From e8a2e3a506dba2c6add2fc344ba601c5c665bbe8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Oct 2014 16:04:19 -0600 Subject: [PATCH] Fix some compilation issues introduced with last commit --- fs/aio/aio_fsync.c | 2 +- fs/aio/aio_read.c | 2 +- fs/aio/aio_write.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/aio/aio_fsync.c b/fs/aio/aio_fsync.c index ba4336638e6..86f208815ec 100644 --- a/fs/aio/aio_fsync.c +++ b/fs/aio/aio_fsync.c @@ -43,10 +43,10 @@ #include #include #include +#include #include -#include "lib_internal.h" #include "aio/aio.h" #ifdef CONFIG_FS_AIO diff --git a/fs/aio/aio_read.c b/fs/aio/aio_read.c index b6eedf2f717..002a646d2d4 100644 --- a/fs/aio/aio_read.c +++ b/fs/aio/aio_read.c @@ -44,10 +44,10 @@ #include #include #include +#include #include -#include "lib_internal.h" #include "aio/aio.h" #ifdef CONFIG_FS_AIO diff --git a/fs/aio/aio_write.c b/fs/aio/aio_write.c index fef44974bbe..35613add10a 100644 --- a/fs/aio/aio_write.c +++ b/fs/aio/aio_write.c @@ -45,10 +45,10 @@ #include #include #include +#include #include -#include "lib_internal.h" #include "aio/aio.h" #ifdef CONFIG_FS_AIO