diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-06-10 14:11:36 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-06-10 14:11:36 +0000 |
commit | bba117f0d98f62cfb060d0fab97b407a3a0bfda9 (patch) | |
tree | 2d7394c0086c3d05275effda984b7d98e0b11971 | |
parent | 1a0de49da1274882bab05b0f7240936b37955e5c (diff) |
Remove pointless include of Xlib.h.XORG-6_8_99_13
Fix #include path to bigreqstr.h.
-rw-r--r-- | src/OpenDis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenDis.c b/src/OpenDis.c index 47f9892..121291b 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" |