aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2019-10-21 13:37:09 +0200
committerGitHub <noreply@github.com>2019-10-21 13:37:09 +0200
commit4f2c5770f6ae552977e1fe0cd0618c90050ad25a (patch)
treeb7d4a86026c7dcea3e8b6aa9268982514051a3c5
parent42e4452b47926a9ae0e47c0222c340064f056436 (diff)
parent8c874cb586f59a444e2b8ee8a50aabb2986ffd42 (diff)
Merge pull request #160 from niacat/master
Merged. Thanks for the contribution!
-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>