#include "wx/evtloop.h"
#include <gtk/gtk.h>
+#ifdef GDK_WINDOWING_WIN32
+#include <gdk/gdkwin32.h>
+#endif
+#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
+#endif
#if wxDEBUG_LEVEL
#include "wx/gtk/assertdlg_gtk.h"
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <sys/wait.h> // for WNOHANG
+#ifdef __UNIX__
#include <unistd.h>
+#endif
#if wxUSE_DETECT_SM
#include <X11/SM/SMlib.h>