stddef: fix NetBSD 5.0 NULL bug, rather than working around it
[gnulib.git] / lib / time.in.h
index b9c2230..e8e7c19 100644 (file)
@@ -37,6 +37,9 @@
 
 # @INCLUDE_NEXT@ @NEXT_TIME_H@
 
+/* NetBSD 5.0 mis-defines NULL.  */
+#include <stddef.h>
+
 # ifdef __cplusplus
 extern "C" {
 # endif