fix building or running on GTK < 2.14 after r76365

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-04-18 02:30:51 +00:00
parent 7e8dc7744c
commit 02216a8859

View File

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