X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=win32%2Fwin32_compat.c;h=87f9ab1a189c7a5bd27c1b323bf4f54f521f26a4;hb=d7c6e9aaa9df593e951e2f19106dcc71102e74f1;hp=fbcbd804f68bdebf74da3bffa84f501063756340;hpb=20a96d422cb6e7a38948c0a958c2b11125e29cd1;p=deb_libnfs.git diff --git a/win32/win32_compat.c b/win32/win32_compat.c index fbcbd80..87f9ab1 100644 --- a/win32/win32_compat.c +++ b/win32/win32_compat.c @@ -29,7 +29,7 @@ static int dummy ATTRIBUTE((unused)); #include "win32_compat.h" #include #include -#include < time.h > +#include #undef poll #undef socket @@ -41,7 +41,6 @@ static int dummy ATTRIBUTE((unused)); #undef inet_aton #undef gettimeofday #undef stat -#define bzero(a,b) memset((a),(0),(b)) #define assert(a) /* Windows needs this header file for the implementation of inet_aton() */