info: Add #include <strings.h> for portability
We get strncasecmp() from <string.h>. This is a BSDism; POSIX
provides it in <strings.h>. Missed in commit 8fdd0259f2
, v4.2.19.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
168db3b248
commit
566b9fdbbe
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#if !defined(_WIN32)
|
#if !defined(_WIN32)
|
||||||
|
#include <strings.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#endif
|
#endif
|
||||||
#include "commands.h"
|
#include "commands.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue