diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index e3f596c1a..eb859f0a8 100644 --- a/src/client.h +++ b/src/client.h @@ -34,6 +34,8 @@ #include <string> +#include <sys/time.h> + #ifdef __GNUC__ #define _UNUSED_ __attribute__ ((unused)) #else @@ -60,6 +62,7 @@ extern volatile int tick_time; extern volatile int cur_time; extern bool isSafeMode; extern int serverVersion; +extern int start_time; class ErrorListener : public gcn::ActionListener { |