Merge branch 'master' into ke-lua
[geeqie.git] / src / main.c
index d40416f..c56ab57 100644 (file)
@@ -46,6 +46,7 @@
 #include "exif.h"
 #include "histogram.h"
 #include "pixbuf_util.h"
+#include "glua.h"
 
 #ifdef HAVE_CLUTTER
 #include <clutter-gtk/clutter-gtk.h>
@@ -756,6 +757,10 @@ gint main(gint argc, gchar *argv[])
 
        exif_init();
 
+#ifdef HAVE_LUA
+       lua_init();
+#endif
+
        /* setup random seed for random slideshow */
        srand(time(NULL));