diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-24 23:47:22 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-25 23:32:06 +0100 |
commit | f418e311abc44345c03fd0aff6b0bb5f3ed50a3f (patch) | |
tree | 6ef62a8c3c2cc099385d81c60de52eb5df64c153 | |
parent | 4887942d2b9bf7ce139f3da29da027edec6b2fba (diff) | |
download | gdk-pixbuf-f418e311abc44345c03fd0aff6b0bb5f3ed50a3f.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index fb146ba8d..0aaea3294 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 |