summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hundebøll <martin@geanix.com>2019-07-03 20:09:46 +0200
committerDenis Kenzior <denkenz@gmail.com>2019-07-05 17:17:41 -0500
commit7f065625cace85c89a4c32c7c102839b6a1368d9 (patch)
tree000ed3e0f5a25c188836dcd78a64c60f946a34af
parent35b61e3ec22cf20ae670b82ab2acc672000aaf73 (diff)
downloadofono-7f065625cace85c89a4c32c7c102839b6a1368d9.tar.gz
gatresult: include glib header
The gatresult data types embeds GSList members, and the function prototypes uses glib types. Add include of glib.h to allow use of gatresult.h without also including glib.h
-rw-r--r--gatchat/gatresult.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatresult.h b/gatchat/gatresult.h
index 589dd3dd..e92d38ba 100644
--- a/gatchat/gatresult.h
+++ b/gatchat/gatresult.h
@@ -22,6 +22,8 @@
#ifndef __GATCHAT_RESULT_H
#define __GATCHAT_RESULT_H
+#include <glib.h>
+
#ifdef __cplusplus
extern "C" {
#endif