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
This commit is contained in:
Martin Hundebøll 2019-07-03 20:09:46 +02:00 committed by Denis Kenzior
parent 35b61e3ec2
commit 7f065625ca
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#ifndef __GATCHAT_RESULT_H
#define __GATCHAT_RESULT_H
#include <glib.h>
#ifdef __cplusplus
extern "C" {
#endif