From b6919596507d363d8777bb551ab5ca8b1bbbc28b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Jul 2011 05:18:22 +0000 Subject: *** empty log message *** --- eio.c | 5 ++++- eio.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/eio.c b/eio.c index 15c3f93..ecf6f61 100644 --- a/eio.c +++ b/eio.c @@ -166,7 +166,6 @@ static void eio_destroy (eio_req *req); #include #include #include - #include #include #include @@ -200,6 +199,10 @@ static void eio_destroy (eio_req *req); #endif +#if HAVE_UTIMES +# include +#endif + #if HAVE_SENDFILE # if __linux # include diff --git a/eio.h b/eio.h index 97d088a..d2c0612 100644 --- a/eio.h +++ b/eio.h @@ -69,7 +69,7 @@ typedef int (*eio_cb)(eio_req *req); #ifdef _WIN32 typedef int eio_uid_t; typedef int eio_gid_t; - #ifdef _MINGW32_ /* no intptr_t */ + #ifdef __MINGW32__ /* no intptr_t */ typedef ssize_t eio_ssize_t; #else typedef intptr_t eio_ssize_t; /* or SSIZE_T */ -- cgit v1.2.3