diff options
Diffstat (limited to 'hw/xfree86/common/xf86cmap.c')
-rw-r--r-- | hw/xfree86/common/xf86cmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86cmap.c b/hw/xfree86/common/xf86cmap.c index 019d84287..200048717 100644 --- a/hw/xfree86/common/xf86cmap.c +++ b/hw/xfree86/common/xf86cmap.c @@ -41,7 +41,7 @@ #endif #include <X11/X.h> -#include <X11/misc.h> +#include "misc.h" #include <X11/Xproto.h> #include "colormapst.h" #include "scrnintstr.h" |