diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:22 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:22 +0000 |
commit | 9de55f26c5b47af65ce508cdfb696b6d3a608851 (patch) | |
tree | 55f4ed8138a8666fff7e1cd6f95fad7084bcb0d4 | |
parent | b446c7ea21f14ff02b7a182c382d25bb0521e03b (diff) |
Change all misc.h and os.h references to <X11/foo.h>.
-rw-r--r-- | src/js_x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |