strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
This commit is contained in:
parent
eb93aff49b
commit
9a89d0eb9e
@ -46,6 +46,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include <strings.h>
|
||||
#include <dirent.h>
|
||||
#include <debug.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user