summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:22 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:22 +0000
commit9de55f26c5b47af65ce508cdfb696b6d3a608851 (patch)
tree55f4ed8138a8666fff7e1cd6f95fad7084bcb0d4
parentb446c7ea21f14ff02b7a182c382d25bb0521e03b (diff)
Change all misc.h and os.h references to <X11/foo.h>.
-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 ed7f3ca..0d8f45a 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 "misc.h"
+#include <X11/misc.h>
#include "xf86.h"
#include "xf86_ansic.h"
#include "xf86_OSproc.h"