summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 08:53:45 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 08:53:45 +0000
commit36eb49a9d7cee575c000c6e839ad1a7bf7b5fb6e (patch)
tree89084e69db9b68c4370bafc9a350d955d12e714d
parent9de55f26c5b47af65ce508cdfb696b6d3a608851 (diff)
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14
-rw-r--r--src/js_x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js_x.c b/src/js_x.c
index 0d8f45a..ed7f3ca 100644
--- a/src/js_x.c
+++ b/src/js_x.c
@@ -27,7 +27,7 @@
#if XORG_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0)
#define XFREE86_V4 1
#endif
-#include <X11/misc.h>
+#include "misc.h"
#include "xf86.h"
#include "xf86_ansic.h"
#include "xf86_OSproc.h"