X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=win32%2Fwin32_compat.h;h=67e44e48fccad69b511167edf6496c13787c2a00;hb=20379f03fc80f4c2cb52d53103978c8141994c50;hp=abdf1dbe7611684b0570c7a0e53cfacce7b851d3;hpb=2142af5d472ae35afca3b6b2c0da26974e8b11b3;p=deb_libnfs.git diff --git a/win32/win32_compat.h b/win32/win32_compat.h index abdf1db..67e44e4 100644 --- a/win32/win32_compat.h +++ b/win32/win32_compat.h @@ -32,6 +32,7 @@ THE SOFTWARE. #include #include #include +#include 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_