diff options
Diffstat (limited to 'test/pugl_cairo_test.c')
-rw-r--r-- | test/pugl_cairo_test.c | 2 |
1 files changed, 1 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> |