]> mj.ucw.cz Git - leo.git/blobdiff - leo.h
Otherwise, ASSERT does not work.
[leo.git] / leo.h
diff --git a/leo.h b/leo.h
index f753065443776bfa89d2f6ee7dc22f50ad551992..225cc258e8e18d2bbafd241e3d5b784209223354 100644 (file)
--- a/leo.h
+++ b/leo.h
@@ -4,10 +4,11 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#include <ucw/clists.h>
-
 #include "autoconf.h"
 
+#include <ucw/lib.h>
+#include <ucw/clists.h>
+
 typedef u32 color_t;                   // 0x00RRGGBB
 
 #define COLOR_NONE 0xffffffff