Skip to content

Commit 3e866a4

Browse files
committed
fix compilation with WIN32_LEAN_AND_MEAN
1 parent 1110fd6 commit 3e866a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/time_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ either expressed or implied, of the Regents of The University of Michigan.
3232
#include <time.h>
3333

3434
#ifdef _WIN32
35-
#include <windows.h>
35+
#include <Winsock2.h>
3636
typedef long long suseconds_t;
3737
#endif
3838

0 commit comments

Comments
 (0)