Fixed build with Gtk+ 3.0
This commit is contained in:
parent
020b1338a6
commit
3e58e2de3d
|
@ -26,6 +26,9 @@ char const _license[] =
|
|||
#include <libintl.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#if GTK_CHECK_VERSION(3, 0, 0)
|
||||
# include <gtk/gtkx.h>
|
||||
#endif
|
||||
#include <System.h>
|
||||
#include <Desktop.h>
|
||||
#include "terminal.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user