We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd8241 commit cd4acaaCopy full SHA for cd4acaa
utils/gettimeofday_vs.h
@@ -2,7 +2,7 @@
2
#define _JSAHN_GETTIMEOFDAY_VS
3
4
#include <time.h>
5
-#include <Winsock2.h> // for timeval
+#include <Windows.h>
6
7
#ifdef __cplusplus
8
extern "C" {
utils/time_utils.h
@@ -20,7 +20,7 @@
20
21
22
#if defined(WIN32) || defined(_WIN32)
23
24
#else
25
#include <sys/time.h>
26
#include <unistd.h>
0 commit comments