diff options
author | Gleb Mazovetskiy <glex.spb@gmail.com> | 2021-03-31 03:49:55 +0100 |
---|---|---|
committer | Gleb Mazovetskiy <glex.spb@gmail.com> | 2021-03-31 03:50:59 +0100 |
commit | c32b94022c6d80daf09ba9fb1db53d6cecc2ade9 (patch) | |
tree | 4bcd6787506fa36a51255869a841c896a2c2d6ed /src/StormPort.h | |
parent | 7b3aadd4999c4c150c7ac8ceed5586b75efc46a1 (diff) |
Fix macOS build
Adds a few missing includes.
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
Diffstat (limited to 'src/StormPort.h')
-rw-r--r-- | src/StormPort.h | 4 |
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 |