summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/port.h2
-rw-r--r--src/rops.h2
2 files changed, 2 insertions, 2 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;
diff --git a/src/rops.h b/src/rops.h
index 4f008b3..6ba7279 100644
--- a/src/rops.h
+++ b/src/rops.h
@@ -1,7 +1,7 @@
#ifndef __ROPS_H__
#define __ROPS_H__
-#include "stdbool.h"
+#include <boolean.h>
/*
Raster Operations macros