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
c3eb998396
commit
e91b4e3b6e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <strings.h>
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
#include "commands.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue