Damn -Werrors to hell.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-08-17 02:18:06 +00:00
parent 86be79d1c7
commit 13f394b161
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>