SunOS 4.0.3 has no sys/stdtypes.h

This commit is contained in:
Ken Raeburn
1992-12-28 18:38:10 +00:00
parent 2ed83a5973
commit 476a57b9a0

View File

@ -28,7 +28,7 @@ extern int memset ();
#endif #endif
/* #include <sys/stdtypes.h> before <stddef.h> when compiling by GCC. */ /* #include <sys/stdtypes.h> before <stddef.h> when compiling by GCC. */
#include <sys/stdtypes.h> /* #include <sys/stdtypes.h> */
#include <stddef.h> #include <stddef.h>
#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>