blob: 38e1e05918d8a1676e0efdf0a3f17abe3af61225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2004/07/28 21:50:18 minskim Exp $
--- src/tnt.h.orig 2000-08-04 11:43:59.000000000 -0500
+++ src/tnt.h
@@ -24,6 +24,7 @@
only possibility to become SuSE and Redhat to work */
#ifdef __GLIBC__
#endif /* __GLIBC__ */
+#include <time.h>
#endif /* TNT_LINUX */
#include <sys/time.h>
|