summaryrefslogtreecommitdiff
path: root/src/raptor_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_internal.h')
-rw-r--r--src/raptor_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raptor_internal.h b/src/raptor_internal.h
index 2ea00734..ed5b068d 100644
--- a/src/raptor_internal.h
+++ b/src/raptor_internal.h
@@ -1226,10 +1226,10 @@ struct raptor_uri_detail_s
/* for time_t */
-#ifdef SYS_TIME_H
+#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
-#ifdef TIME_H
+#ifdef HAVE_TIME_H
#include <time.h>
#endif