gtk/utils: Include stdio.h

We need it because of the declaration using FILE*.
This commit is contained in:
Emmanuele Bassi
2016-10-17 14:51:16 +01:00
parent a12b691b76
commit 2332ac444c

View File

@@ -1,6 +1,7 @@
#ifndef __GTKUTILS_H__
#define __GTKUTILS_H__
#include <stdio.h>
#include <glib.h>
G_BEGIN_DECLS