summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:23 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:23 +0000
commit34380821d72beefc6aa031480c268245d33b5858 (patch)
tree49ce4487e766680aabfbee6ef91347c1a6721bf5
parentf8331fcf4fe254b46db17695ff961cf3e0cef373 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
-rw-r--r--src/xf86Ur-98.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Ur-98.c b/src/xf86Ur-98.c
index 4a9edcf..660ca3c 100644
--- a/src/xf86Ur-98.c
+++ b/src/xf86Ur-98.c
@@ -12,12 +12,12 @@
#include <fcntl.h>
#include <sys/ioctl.h>
-#include "misc.h"
+#include <X11/misc.h>
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Xinput.h"
#include "exevents.h"
-#include "os.h"
+#include <X11/os.h>
#ifdef XFree86LOADER
#include "xf86Module.h"