summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboardinit.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-04 22:10:43 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-04 22:10:43 +0000
commit508cdb5cb01a91b1bf3ef31da80b6b1d36286bf0 (patch)
tree551e89f7936f87c5c3843e5a8ef396cbbd1eb196 /hw/xwin/winclipboardinit.c
parent5e50ae22bf206d6c2cc05e772e05fa5a363acb81 (diff)
Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes
handling Warning fixes
Diffstat (limited to 'hw/xwin/winclipboardinit.c')
-rw-r--r--hw/xwin/winclipboardinit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winclipboardinit.c b/hw/xwin/winclipboardinit.c
index 01a56cdf0..6a0cbaf2c 100644
--- a/hw/xwin/winclipboardinit.c
+++ b/hw/xwin/winclipboardinit.c
@@ -28,6 +28,9 @@
* Authors: Harold L Hunt II
*/
+#ifdef HAVE_XWIN_CONFIG_H
+#include <xwin-config.h>
+#endif
#include "dixstruct.h"
#include "winclipboard.h"