]> git.pond.sub.org Git - empserver/blobdiff - src/lib/w32/sys/time.h
Fix Windows build: gettimeofday() and SHUT_WR missing
[empserver] / src / lib / w32 / sys / time.h
index b66f92e84fcdceebd13019b936d11e002c70f300..08dced68ee875fc8f59c6ee603ea8b9d77948794 100644 (file)
@@ -36,4 +36,6 @@
 /* include winsock2.h thru sys/socket.h to get struct timeval */
 #include "sys/socket.h"
 
+extern int gettimeofday(struct timeval *tv, void *tz);
+
 #endif /* SYS_TIME_H */