From 4c7fa11bb2474db0d3ec749c3cc15a2252100a7b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 17 Jun 2014 11:34:02 +0100 Subject: [PATCH] gfx.h: fix global maa.h header location Signed-off-by: Brendan Le Foll --- src/st7735/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st7735/gfx.h b/src/st7735/gfx.h index aa4dba5..0e8a7c1 100644 --- a/src/st7735/gfx.h +++ b/src/st7735/gfx.h @@ -27,7 +27,7 @@ #include #include #include -#include +#include #define swap(a, b) { int16_t t = a; a = b; b = t; } -- 2.7.4