fix building or running on GTK < 2.14 after r76365

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-04-18 02:30:51 +00:00
parent 0e212a65eb
commit b61a4acd0f

View File

@@ -18,6 +18,7 @@
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#include "wx/gtk/private/gtk2-compat.h"
GtkWidget* wxGetRootWindow();