From e28583d685d1ba75ea0822c37dd80b6cf593aa74 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 15 Jun 2014 21:55:41 +0200 Subject: [PATCH] Let leo.h include autoconf.h --- leo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/leo.h b/leo.h index fa4123d..d5d8a56 100644 --- a/leo.h +++ b/leo.h @@ -6,6 +6,8 @@ #include +#include "autoconf.h" + typedef u32 color_t; // 0x00RRGGBB #define COLOR_NONE 0xffffffff -- 2.39.2