summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/osconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 8e2e4e702..343b1511a 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -23,6 +23,13 @@
#define ODBM
#endif
+#ifdef UseSysTimeH
+#define USE_SYS_TIME_H /* Needs <sys/time.h> for time includes. */
+#endif
+#ifdef UseTimeH
+#define USE_TIME_H /* Needs <time.h> for time includes. */
+#endif
+
#ifdef HasInetTrue
#define KRB5_USE_INET /* Support IP address family */
#endif