12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
--- src/include.h.orig Fri Jul 18 06:41:51 1997
|
|
+++ src/include.h Wed Oct 1 21:40:45 1997
|
|
@@ -126,7 +126,7 @@
|
|
#include <strings.h>
|
|
#endif
|
|
|
|
-#ifdef INCLUDE_TIME
|
|
+#if defined(INCLUDE_TIME) || (defined(INCLUDE_IF) && defined(INCLUDE_IF_NEEDS_TIME))
|
|
#ifndef NO_INCLUDE_TIME
|
|
#include <time.h>
|
|
#endif
|