include string.h and or strings.h

This commit is contained in:
Bill Currie 2000-10-16 15:34:53 +00:00
parent d716829478
commit a4ccdad288
8 changed files with 61 additions and 2 deletions

View file

@ -33,6 +33,13 @@
# include <config.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include "r_local.h"
#include "sys.h"
#include "console.h"