From 69c55f25e54c241d931b2794d354f1ac8a55ac59 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Tue, 11 Dec 2012 00:07:56 +0100 Subject: [PATCH] include missing stdbool.h in draw.h --- draw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draw.h b/draw.h index 7a5c3be..6746cbb 100644 --- a/draw.h +++ b/draw.h @@ -33,6 +33,8 @@ DEALINGS IN THE SOFTWARE. #ifndef DRAW_H #define DRAW_H +#include + #include typedef struct {