[gdk-pixbuf] Include the generated marshallers header



commit 591f959adb0d1f85a869dfc14b9b21a0de8417eb
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed May 24 23:47:22 2017 +0100

    Include the generated marshallers header
    
    Do not include the source, otherwise we're going to compile symbols
    twice.

 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 8fe4b0c..27e5730 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]