Partially fix build with Gtk+ 3

This commit is contained in:
Pierre Pronchery 2015-10-27 23:49:02 +01:00
parent cb4d67c2fd
commit cb86cddac3

View File

@ -20,6 +20,9 @@
#include <locale.h>
#include <libintl.h>
#include <gtk/gtk.h>
#if GTK_CHECK_VERSION(3, 0, 0)
# include <gtk/gtkx.h>
#endif
#include <System.h>
#include "camera.h"
#include "window.h"