]> git.meshlink.io Git - meshlink/blobdiff - have.h
Merge branch 'master' into 1.1
[meshlink] / have.h
diff --git a/have.h b/have.h
index 9a9efcb8c3ed2a0e0a4aa46f92bdfd3fc7ea745b..49af86165364df34d0603d009007371264421db2 100644 (file)
--- a/have.h
+++ b/have.h
 #include <sys/time.h>
 #endif
 
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif