Include stddef.h when __STDC__ is defined.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 31 Jul 1992 16:08:48 +0000 (12:08 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 31 Jul 1992 16:08:48 +0000 (12:08 -0400)
From-SVN: r1736

gcc/cccp.c

index 356d9966f3cbf534bfa40a977e851fdd51c6c3bc..fb22de8327337358b2fe0658e47a0d98e8bca85d 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