summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2008-05-11 00:06:25 +0000
committerroot <root>2008-05-11 00:06:25 +0000
commit1adb313f215bbe062eefa2c03e871d141458f749 (patch)
tree050091a632433b0bf16148072f66bc524d283591 /eio.c
parentbb92967cd6ae5888c071f8f2c8441825270ef2ba (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.c b/eio.c
index 8cd9cc6..3ef90ec 100644
--- a/eio.c
+++ b/eio.c
@@ -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