Avoid a GNUism, POSIX strncasecmp() is declarted in strings.h.
This commit is contained in:
parent
f1cb740c41
commit
8c553af53e
1 changed files with 1 additions and 0 deletions
1
misc.c
1
misc.c
|
@ -12,6 +12,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue