aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2021-03-31 03:49:55 +0100
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-03-31 03:50:59 +0100
commitc32b94022c6d80daf09ba9fb1db53d6cecc2ade9 (patch)
tree4bcd6787506fa36a51255869a841c896a2c2d6ed /src
parent7b3aadd4999c4c150c7ac8ceed5586b75efc46a1 (diff)
Fix macOS build
Adds a few missing includes. Co-authored-by: Anders Jenbo <anders@jenbo.dk>
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