summaryrefslogtreecommitdiff
path: root/src/main/DefaultTimers.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-04 13:52:15 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-04 13:52:15 +0000
commit5dadfa4188f57b3abe680526ce06146b888a789e (patch)
tree2d8b5ece1626bd73200e20d896ba3f1a10fd77c5 /src/main/DefaultTimers.c
parentcb32de130ef08631529e1947c4144130cf97fdcb (diff)
GRdoc + coding guideline stuff.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1851 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/DefaultTimers.c')
-rw-r--r--src/main/DefaultTimers.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/DefaultTimers.c b/src/main/DefaultTimers.c
index 6890b6dd..3eecf7ca 100644
--- a/src/main/DefaultTimers.c
+++ b/src/main/DefaultTimers.c
@@ -20,7 +20,9 @@
# if HAVE_SYS_TIME_H
# include <sys/time.h>
# else
-# include <time.h>
+# if HAVE_TIME_H
+# include <time.h>
+# endif
# endif
#endif