Assume C89.
authorSimon Josefsson <simon@josefsson.org>
Thu, 23 Feb 2006 14:27:11 +0000 (14:27 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 23 Feb 2006 14:27:11 +0000 (14:27 +0000)
lib/defines.h

index 47d6a35..b4896fd 100644 (file)
 # include <config.h>
 #endif
 
-#ifdef STDC_HEADERS
-# include <string.h>
-# include <stdlib.h>
-# include <stdio.h>
-# include <ctype.h>
-#endif
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <ctype.h>
 
 #ifdef HAVE_STRINGS_H
 # include <strings.h>