diff options
author | root <root> | 2008-05-11 00:06:25 +0000 |
---|---|---|
committer | root <root> | 2008-05-11 00:06:25 +0000 |
commit | 1adb313f215bbe062eefa2c03e871d141458f749 (patch) | |
tree | 050091a632433b0bf16148072f66bc524d283591 /eio.c | |
parent | bb92967cd6ae5888c071f8f2c8441825270ef2ba (diff) |
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,6 @@ #include <limits.h> #include <fcntl.h> #include <sched.h> -#include <dirent.h> #ifndef EIO_FINISH # define EIO_FINISH(req) ((req)->finish) && !EIO_CANCELLED (req) ? (req)->finish (req) : 0 @@ -37,6 +36,7 @@ # include <unistd.h> # include <utime.h> # include <signal.h> +# include <dirent.h> # ifndef EIO_STRUCT_DIRENT # define EIO_STRUCT_DIRENT struct dirent |