Skip to content

Commit

Permalink
fix compilation with WIN32_LEAN_AND_MEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjap committed Apr 26, 2024
1 parent 1110fd6 commit 3e866a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/time_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ either expressed or implied, of the Regents of The University of Michigan.
#include <time.h>

#ifdef _WIN32
#include <windows.h>
#include <Winsock2.h>
typedef long long suseconds_t;
#endif

Expand Down

0 comments on commit 3e866a4

Please sign in to comment.