fix headers to use the new defines

This commit is contained in:
Dana Jansens 2002-05-05 23:18:35 +00:00
parent 38de48bd8b
commit 4e2c37f2d2

View file

@ -2,10 +2,13 @@
# include "../config.h" # include "../config.h"
#endif // HAVE_CONFIG_H #endif // HAVE_CONFIG_H
#ifdef STDC_HEADERS #ifdef HAVE_STDLIB_H
# include <string.h>
# include <stdlib.h> # include <stdlib.h>
#endif // STDC_HEADERS #endif // HAVE_STDLIB_H
#ifdef HAVE_STRING_H
# include <string.h>
#endif // HAVE_STRING_H
#ifdef HAVE_STDIO_H #ifdef HAVE_STDIO_H
# include <stdio.h> # include <stdio.h>