summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-24 23:47:22 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-01 15:01:20 +0100
commit591f959adb0d1f85a869dfc14b9b21a0de8417eb (patch)
tree6436f4f98e356d172db15442134dd432f9d4be7e
parenta360c7ba234bbd4ca89744c898a14eece779e8e9 (diff)
downloadgdk-pixbuf-591f959adb0d1f85a869dfc14b9b21a0de8417eb.tar.gz
Include the generated marshallers header
Do not include the source, otherwise we're going to compile symbols twice.
-rw-r--r--gdk-pixbuf/gdk-pixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c
index 8fe4b0c89..27e5730cb 100644
--- a/gdk-pixbuf/gdk-pixbuf.c
+++ b/gdk-pixbuf/gdk-pixbuf.c
@@ -35,7 +35,7 @@
/* Include the marshallers */
#include <glib-object.h>
#include <gio/gio.h>
-#include "gdk-pixbuf-marshal.c"
+#include "gdk-pixbuf-marshal.h"
/**
* SECTION:creating