Re: [PATCH 01/10] gatresult: include glib header

2019-07-05 Thread Denis Kenzior
Hi Martin, On 07/03/2019 01:09 PM, Martin Hundebøll wrote: 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

[PATCH 01/10] gatresult: include glib header

2019-07-03 Thread Martin Hundebøll
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