libnfs.c: always pass the attributes to the callback for recursive lookups
[deb_libnfs.git] / win32 / win32_compat.h
index abdf1dbe7611684b0570c7a0e53cfacce7b851d3..67e44e48fccad69b511167edf6496c13787c2a00 100644 (file)
@@ -32,6 +32,7 @@ THE SOFTWARE.
 #include <basetsd.h>
 #include <io.h>
 #include <sys/stat.h>
+#include <time.h>
 
 typedef int uid_t;
 typedef int gid_t;
@@ -105,6 +106,5 @@ int     win32_poll(struct pollfd *fds, unsigned int nfsd, int timeout);
 int     win32_gettimeofday(struct timeval *tv, struct timezone *tz);
 
 #define DllExport
-#define HAVE_POLL_H
 
 #endif//win32_COMPAT_H_