[goocanvas/meson.msvc: 3/6] src/goocanvasatk.c: Include goocanvasatk.h




commit a05eae5eea0b3735f14f5aa1b0a57388abf015ae
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Sat Jun 12 12:16:53 2021 +0800

    src/goocanvasatk.c: Include goocanvasatk.h
    
    This way, the compiler can pick up the __declspec(dllexport) directives during
    the build on Visual Studio.  The symbols here are needed for building the
    introspection files.

 src/goocanvasatk.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/goocanvasatk.c b/src/goocanvasatk.c
index 565f1bc..abdbe41 100644
--- a/src/goocanvasatk.c
+++ b/src/goocanvasatk.c
@@ -11,6 +11,7 @@
 #include <math.h>
 #include <gtk/gtk.h>
 #include "goocanvas.h"
+#include "goocanvasatk.h"
 
 
 /*


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