Remove redundant @CFLAGS@ from AM_CFLAGS.
[tinc] / have.h
diff --git a/have.h b/have.h
index 073fbaa..72af069 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