summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-06-10 14:11:36 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-06-10 14:11:36 +0000
commitbba117f0d98f62cfb060d0fab97b407a3a0bfda9 (patch)
tree2d7394c0086c3d05275effda984b7d98e0b11971
parent1a0de49da1274882bab05b0f7240936b37955e5c (diff)
downloadxorg-lib-libX11-bba117f0d98f62cfb060d0fab97b407a3a0bfda9.tar.gz
Remove pointless include of Xlib.h.XORG-6_8_99_13
Fix #include path to bigreqstr.h.
-rw-r--r--src/OpenDis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenDis.c b/src/OpenDis.c
index 47f98926..121291b5 100644
--- a/src/OpenDis.c
+++ b/src/OpenDis.c
@@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xtrans/Xtrans.h>
#include <X11/Xatom.h>
#include <X11/Xresource.h>
-#include "bigreqstr.h"
+#include <X11/extensions/bigreqstr.h>
#include <stdio.h>
#include "Xintconn.h"