aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pugl_cairo_test.c2
-rw-r--r--test/pugl_test.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c
index 57f27ec..cd5e5b3 100644
--- a/test/pugl_cairo_test.c
+++ b/test/pugl_cairo_test.c
@@ -23,7 +23,7 @@
#include <cairo.h>
-#include <stdint.h>
+#include <stdbool.h>
#include <stdio.h>
#include <string.h>
diff --git a/test/pugl_test.c b/test/pugl_test.c
index b83263f..f81cf99 100644
--- a/test/pugl_test.c
+++ b/test/pugl_test.c
@@ -28,6 +28,7 @@
#include <locale.h>
#include <math.h>
+#include <stdbool.h>
#include <stdio.h>
#include <string.h>