]> sjero.net Git - wget/blobdiff - lib/string.in.h
Check for idna.h in /usr/include/idn.
[wget] / lib / string.in.h
index 97da28fb7722cbcb3ce5d16fc2683207d59df0e8..079f2df5cf1b339b6506a18175e3f30bbae179ee 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef _GL_STRING_H
 #define _GL_STRING_H
 
+/* NetBSD 5.0 mis-defines NULL.  */
+#include <stddef.h>
 
 #ifndef __attribute__
 /* This feature is available in gcc versions 2.5 and later.  */