summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port.h b/src/port.h
index 04422e9..540ae2d 100644
--- a/src/port.h
+++ b/src/port.h
@@ -63,6 +63,7 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire
//#include <windows.h>
#include <limits.h>
#include <string.h>
+#include <stdbool.h>
//Types Defined
typedef unsigned char bool8;
typedef unsigned char uint8;