[gnome-online-accounts/wip/jfelder/add-goabackend-introspection: 72/74] goaconfig: Include glib



commit 1cd8485d5a120c8a398c8f2c97d43d7f293cbbb7
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Sep 14 17:13:01 2019 +0200

    goaconfig: Include glib
    
    This fixes an unexpected identifier 'G_BEGIN_DECLS' error when using
    the meson build system.

 src/goa/goaconfig.h.in | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/goa/goaconfig.h.in b/src/goa/goaconfig.h.in
index 65f800c1..6a8864a1 100644
--- a/src/goa/goaconfig.h.in
+++ b/src/goa/goaconfig.h.in
@@ -6,6 +6,8 @@
 #ifndef __GOA_CONFIG_H__
 #define __GOA_CONFIG_H__
 
+#include <glib.h>
+
 G_BEGIN_DECLS
 
 #define GOA_MAJOR_VERSION @GOA_MAJOR_VERSION@


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