non-pch build fix for wxUSE_DISPLAY==0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2007-11-22 02:52:10 +00:00
parent 62f988852e
commit 562e60a0f2

View File

@ -343,6 +343,8 @@ void wxClientDisplayRect(int *x, int *y, int *width, int *height)
#else // !wxUSE_LIBHILDON
#include "wx/log.h"
#include <X11/Xlib.h>
#include <X11/Xatom.h>