diff options
Diffstat (limited to 'hw/xfree86/xf4bpp')
-rw-r--r-- | hw/xfree86/xf4bpp/OScompiler.h | 2 | ||||
-rw-r--r-- | hw/xfree86/xf4bpp/vgaVideo.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/xf4bpp/OScompiler.h b/hw/xfree86/xf4bpp/OScompiler.h index 9b5ea57ea..9c99b1c85 100644 --- a/hw/xfree86/xf4bpp/OScompiler.h +++ b/hw/xfree86/xf4bpp/OScompiler.h @@ -31,7 +31,7 @@ #define MIN(a,b) (((a)<(b))?(a):(b)) #define ABS(x) (((x)>0)?(x):-(x)) -#include "misc.h" +#include <X11/misc.h> #include "xf86_ansic.h" #include "compiler.h" diff --git a/hw/xfree86/xf4bpp/vgaVideo.h b/hw/xfree86/xf4bpp/vgaVideo.h index 345492c59..f9642c0d4 100644 --- a/hw/xfree86/xf4bpp/vgaVideo.h +++ b/hw/xfree86/xf4bpp/vgaVideo.h @@ -24,7 +24,7 @@ /* $XConsortium: vgaVideo.h /main/4 1996/02/21 17:59:14 kaleb $ */ -#include "misc.h" /* GJA -- for pointer data type */ +#include <X11/misc.h> /* GJA -- for pointer data type */ #ifdef lint #if defined(volatile) #undef volatile |