diff options
Diffstat (limited to 'hw/xfree86/xaa/xaaBitBlt.c')
-rw-r--r-- | hw/xfree86/xaa/xaaBitBlt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/xaa/xaaBitBlt.c b/hw/xfree86/xaa/xaaBitBlt.c index 36e3a3800..5e2965ca9 100644 --- a/hw/xfree86/xaa/xaaBitBlt.c +++ b/hw/xfree86/xaa/xaaBitBlt.c @@ -7,7 +7,7 @@ to the fg and bg so CopyPlane can use this. */ -#include "misc.h" +#include <X11/misc.h> #include "xf86.h" #include "xf86_ansic.h" #include "xf86_OSproc.h" |