From: Marc Dionne Date: Wed, 15 May 2013 19:19:22 +0000 (-0400) Subject: Linux 3.10: Include linux/aio.h directly X-Git-Tag: upstream/1.8.0_pre1^2~1141 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fca4252621b80c5126e1ae3d84a54da5ebc677ba;p=packages%2Fo%2Fopenafs.git Linux 3.10: Include linux/aio.h directly This file needs bits from linux/aio.h, but gets them indirectly from the inclusion of aio.h by sched.h. That gets removed for Linux 3.10. Since this header is not of general interest elsewhere, just include it directly here. Change-Id: I432bde282a1c5425ba6780bca28e308bf70a79e7 Reviewed-on: http://gerrit.openafs.org/9912 Reviewed-by: Derrick Brashear Reviewed-by: Andrew Deason Tested-by: BuildBot --- diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index ca7fe852b..f140d8841 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "afs/lock.h" #include "afs/afs_bypasscache.h"