diff options
author | nia <nia@NetBSD.org> | 2019-10-21 12:22:44 +0100 |
---|---|---|
committer | nia <nia@NetBSD.org> | 2019-10-21 12:22:44 +0100 |
commit | 8c874cb586f59a444e2b8ee8a50aabb2986ffd42 (patch) | |
tree | b7d4a86026c7dcea3e8b6aa9268982514051a3c5 /src | |
parent | 42e4452b47926a9ae0e47c0222c340064f056436 (diff) |
Include strings.h for strncasecmp
Diffstat (limited to 'src')
-rw-r--r-- | src/StormPort.h | 1 |
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> |