]> granicus.if.org Git - graphviz/commitdiff
do same with stddef.h
authorJohn Ellson <ellson@research.att.com>
Fri, 11 Nov 2011 19:33:34 +0000 (14:33 -0500)
committerJohn Ellson <ellson@research.att.com>
Fri, 11 Nov 2011 19:33:34 +0000 (14:33 -0500)
lib/sfio/sfhdr.h

index d63a5f34ae53a9e6d74d266929196762f9867eda..ad371f7aafab9ea886aa097b609a273c568c70a8 100644 (file)
@@ -99,6 +99,10 @@ extern "C" {
 #include       <stdint.h>
 #endif
 
+#if _hdr_stddef
+#include       <stddef.h>
+#endif
+
 #if _hdr_time
 #include       <time.h>
 #endif