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
commit32567780acdea6626cb15ba5e38da1414c99ed68 (patch)
treed6a08721e948e97f4c0ac51eb1935f2539808be1
parentfe9ef3971d71d3a0433248bc410f8c2583971c77 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
-rw-r--r--src/xf86Elo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c
index 4eddf16..8bdd509 100644
--- a/src/xf86Elo.c
+++ b/src/xf86Elo.c
@@ -58,7 +58,7 @@
#include <errno.h>
#endif
-#include "misc.h"
+#include <X11/misc.h>
#include "xf86.h"
#if !defined(DGUX)
#include "xf86_ansic.h"
@@ -103,7 +103,7 @@
#endif /* defined(sun) && !defined(i386) */
#if !defined(sun) || defined(i386)
-#include "os.h"
+#include <X11/os.h>
#include "osdep.h"
#include "exevents.h"