diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:45 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 08:53:45 +0000 |
commit | 0770e6e144da13f60f7eeb43eb98e1c82e46dd2d (patch) | |
tree | 4e60befc386bb0adb797349554dc17ac2a409c10 | |
parent | 8374d8cca1073fe32dfdce78a1f1825d608bc2ac (diff) |
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14
-rw-r--r-- | src/xf86Tek4957.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Tek4957.c b/src/xf86Tek4957.c index 879c340..be07a4f 100644 --- a/src/xf86Tek4957.c +++ b/src/xf86Tek4957.c @@ -29,7 +29,7 @@ #include <errno.h> #endif -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" #define NEED_XF86_TYPES #if !defined(DGUX) |