Fixed build with Gtk+ 3.0

This commit is contained in:
Pierre Pronchery 2012-10-06 01:20:47 +00:00
parent 7cd2aeec2f
commit 9ed2b1197e

View File

@ -27,6 +27,9 @@
#include <string.h>
#include <errno.h>
#include <gtk/gtk.h>
#if GTK_CHECK_VERSION(3, 0, 0)
# include <gtk/gtkx.h>
#endif
/* types */