aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2019-10-21 12:22:44 +0100
committernia <nia@NetBSD.org>2019-10-21 12:22:44 +0100
commit8c874cb586f59a444e2b8ee8a50aabb2986ffd42 (patch)
treeb7d4a86026c7dcea3e8b6aa9268982514051a3c5
parent42e4452b47926a9ae0e47c0222c340064f056436 (diff)
Include strings.h for strncasecmp
-rw-r--r--src/StormPort.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormPort.h b/src/StormPort.h
index c842a8a..c52e9ff 100644
--- a/src/StormPort.h
+++ b/src/StormPort.h
@@ -136,6 +136,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
+ #include <strings.h>
#include <ctype.h>
#include <assert.h>
#include <errno.h>