Don't fool around with obsolete strings.h, just include standard

string.h.
This commit is contained in:
Markus Armbruster 2004-02-10 18:17:34 +00:00
parent 51c3215cf8
commit cbf9d68372

View file

@ -36,14 +36,8 @@
#define _MISC_H_ #define _MISC_H_
#include <ctype.h> #include <ctype.h>
#include <sys/types.h>
#include <ctype.h>
#if defined(hpux) || defined(SUN4) || defined(solaris) || defined(_WIN32)
#include <string.h> #include <string.h>
#else #include <sys/types.h>
#include <strings.h>
#endif
#if defined(_WIN32) #if defined(_WIN32)
typedef unsigned char u_char; typedef unsigned char u_char;