From: Maxim Mamontov <faust.madf@gmail.com>
Date: Tue, 20 Sep 2011 12:47:27 +0000 (+0300)
Subject: sys/time.h header added for struct timeval
X-Git-Tag: 2.408-rc1~7
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/03f48bb9a6678946fbcc4ded7a2d26c8f61873b5

sys/time.h header added for struct timeval
---

diff --git a/stglibs/common.lib/common.cpp b/stglibs/common.lib/common.cpp
index 855c71d7..2bb327df 100644
--- a/stglibs/common.lib/common.cpp
+++ b/stglibs/common.lib/common.cpp
@@ -31,6 +31,7 @@
 #ifdef FREE_BSD
 #include <sys/types.h>
 #endif
+#include <sys/time.h>
 
 #ifdef WIN32
 #include <winsock2.h>