summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port.h b/src/port.h
index d1ac9f2..7ef9a13 100644
--- a/src/port.h
+++ b/src/port.h
@@ -61,7 +61,7 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire
#include <stdint.h>
#include <limits.h>
#include <string.h>
-#include <stdbool.h>
+#include <boolean.h>
//Types Defined
typedef uint8_t bool8;