blob: 5cecdbcd7967c1a8867b8c83cc6d13314a4d5956 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/System/Classes/timer.hpp.orig 2013-11-03 23:09:43 UTC
+++ src/System/Classes/timer.hpp
@@ -14,10 +14,7 @@
#include "string.hpp"
#include "tm_configure.hpp"
-#ifndef HAVE_TIME_T
-#define HAVE_TIME_T
-typedef long time_t;
-#endif
+#include <time.h>
#ifdef OS_SUN
#include <sys/types.h>
|