From: Martin Mares Date: Sun, 15 Jun 2014 19:55:41 +0000 (+0200) Subject: Let leo.h include autoconf.h X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e28583d685d1ba75ea0822c37dd80b6cf593aa74;p=leo.git Let leo.h include autoconf.h --- 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