From 7f065625cace85c89a4c32c7c102839b6a1368d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= Date: Wed, 3 Jul 2019 20:09:46 +0200 Subject: [PATCH] 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 --- gatchat/gatresult.h | 2 ++ 1 file changed, 2 insertions(+) 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 + #ifdef __cplusplus extern "C" { #endif