Include stddef.h if available.
[tinc] / src / have.h
index 402f802..318d549 100644 (file)
 
 /* Include system specific headers */
 
+#ifdef HAVE_STDDEF_H
+#include <stddef.h>
+#endif
+
 #ifdef HAVE_SYSLOG_H
 #include <syslog.h>
 #endif