ports/editors/texmacs/files/patch-src_System_Classes_timer.hpp
Mathieu Arnold 57e7a0c9f7 Update to 1.99.4.
PR:		208208
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-23 14:06:01 +00:00

14 lines
300 B
C++

--- 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>