Fixed build with Gtk+ 3.0
This commit is contained in:
parent
7cd2aeec2f
commit
9ed2b1197e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user