fix mising #include <string*.h>

This commit is contained in:
Bill Currie 2001-01-09 02:53:58 +00:00
parent 40cfa92aa7
commit 9666eea338
8 changed files with 42 additions and 1 deletions

View file

@ -29,6 +29,12 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include "console.h"
#include "cl_main.h"