summaryrefslogtreecommitdiff
path: root/editors/TeXmacs-devel/patches/patch-ae
blob: 69c8afcb55de07e297278d768fe841cdcc42b7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ae,v 1.1.1.1 2011/03/11 14:19:12 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>