Don't fool around with obsolete strings.h, just include standard
string.h.
This commit is contained in:
parent
51c3215cf8
commit
cbf9d68372
1 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue