projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1cb740
)
Avoid a GNUism, POSIX strncasecmp() is declarted in strings.h.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 21 Sep 2024 02:05:25 +0000
(22:05 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 21 Sep 2024 02:05:25 +0000
(22:05 -0400)
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index af887374d51c7cb0857bdbeb8f8ec03a23c4242c..7760cc587083e22bb9e2a31f8728dbdaeb17500d 100644
(file)
--- a/
misc.c
+++ b/
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>