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