Commit ce65beeb by Richard Kenner

Include stddef.h when __STDC__ is defined.

From-SVN: r1736
parent bf526252
...@@ -73,6 +73,9 @@ typedef unsigned char U_CHAR; ...@@ -73,6 +73,9 @@ typedef unsigned char U_CHAR;
#include <sys/stat.h> #include <sys/stat.h>
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>
#ifdef __STDC__
#include <stddef.h>
#endif
#ifndef VMS #ifndef VMS
#ifndef USG #ifndef USG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment