aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2021-03-31 07:59:31 +0200
committerGitHub <noreply@github.com>2021-03-31 07:59:31 +0200
commitbd4d6bdd418ed25f15a162bff84f6b7921a39aaf (patch)
tree0fc4aa2b6c65ad5c269289c34291c2d5733250ad /src
parente482d3847e175a99ba264f421e86df016570ff6d (diff)
parentc32b94022c6d80daf09ba9fb1db53d6cecc2ade9 (diff)
Merge pull request #207 from glebm/macos-headers
Fix macOS build
Diffstat (limited to 'src')
-rw-r--r--src/StormPort.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/StormPort.h b/src/StormPort.h
index ee00db8..aa5a52d 100644
--- a/src/StormPort.h
+++ b/src/StormPort.h
@@ -81,6 +81,10 @@
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <assert.h>
#include <errno.h>
// Support for PowerPC on Max OS X