Fixed build with Gtk+ 3.0

This commit is contained in:
Pierre Pronchery 2013-02-24 18:04:43 +01:00
parent 020b1338a6
commit 3e58e2de3d

View File

@ -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"