Improved --logfile option.
[oweals/tinc.git] / have.h
diff --git a/have.h b/have.h
index 073fbaa3045eb318cb354c957bd9addd65b00544..72af069884f8e1a0d077cbe8edbfd61618c45ee4 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