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
commit63dab272e78c93edc33cf240ab7bf30b13085416 (patch)
tree050e0917bc9e594b7852c3fa2a1fef20d21b35f4
parentd7d71d8e6405321eda80eac9cb9395123bd8e29c (diff)
Change all misc.h and os.h references to <X11/foo.h>.
-rw-r--r--src/xf86HyperPen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c
index 943912f..0ed4c17 100644
--- a/src/xf86HyperPen.c
+++ b/src/xf86HyperPen.c
@@ -111,7 +111,7 @@ static InputDriverPtr hypDrv;
#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>
-#include "misc.h"
+#include <X11/misc.h>
#include "inputstr.h"
#include "scrnintstr.h"
#include <X11/extensions/XI.h>