Include stddef.h when __STDC__ is defined.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 1992 16:08:48 +0000 (16:08 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 1992 16:08:48 +0000 (16:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1736 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cccp.c

index 356d996..fb22de8 100644 (file)
@@ -73,6 +73,9 @@ typedef unsigned char U_CHAR;
 #include <sys/stat.h>
 #include <ctype.h>
 #include <stdio.h>
+#ifdef __STDC__
+#include <stddef.h>
+#endif
 
 #ifndef VMS
 #ifndef USG