]> mj.ucw.cz Git - leo.git/blobdiff - leo.c
Initial support for LUA bindings in stylesheets
[leo.git] / leo.c
diff --git a/leo.c b/leo.c
index a221a941b6f86b3c6f7a2cff0dc0eaa59cee7a90..3508cbdf1bdd4cd652f7d258cf8f453a53d42198 100644 (file)
--- a/leo.c
+++ b/leo.c
@@ -11,6 +11,7 @@
 #include "css.h"
 #include "sym.h"
 #include "map.h"
+#include "expr.h"
 
 #include <ucw/conf.h>
 #include <ucw/opt.h>
@@ -52,6 +53,7 @@ int main(int argc UNUSED, char **argv)
 
   osm_init();
   styles_init();
+  expr_init();
   map_load_styles();
   map_load_sources();
   map_set_scale();