diff options
author | Sorokin Alexei <[email protected]> | 2015-12-12 16:49:22 +0300 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-12 16:31:31 +0100 |
commit | 47e9b0064b89332794f3e621c8a20ab1898b70c3 (patch) | |
tree | 1385746a36b4ddb7133b527673a22f956a406e33 /src/main.c | |
parent | f2778c8a2b3879faa04d75ea0904ee8d41fac44c (diff) | |
download | eom-47e9b0064b89332794f3e621c8a20ab1898b70c3.tar.bz2 eom-47e9b0064b89332794f3e621c8a20ab1898b70c3.tar.xz |
Fix compilation with enabled GObject Introspection
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #include <dbus/dbus-glib-bindings.h> #include <gdk/gdkx.h> #endif -#ifdef HAVE_INSTROSPECTION +#ifdef HAVE_INTROSPECTION #include <girepository.h> #endif |