Skip to content

Commit 41f5bb0

Browse files
Merge pull request #297 from mitjap/fix-lean-and-mean
fix compilation with WIN32_LEAN_AND_MEAN
2 parents f765119 + 3e866a4 commit 41f5bb0

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)