2013-09-26 17:14:40 +02:00

17 lines
376 B
Plaintext

$NetBSD: patch-ae,v 1.2 2005/07/27 17:32:13 drochner Exp $
--- ./src/System/Classes/timer.hpp.orig 2005-07-26 11:46:06.000000000 +0200
+++ ./src/System/Classes/timer.hpp
@@ -15,10 +15,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>