diff options
Diffstat (limited to 'hw/xfree86/dixmods/extmod/xf86vmode.c')
-rw-r--r-- | hw/xfree86/dixmods/extmod/xf86vmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/extmod/xf86vmode.c b/hw/xfree86/dixmods/extmod/xf86vmode.c index 005c96102..11e01757a 100644 --- a/hw/xfree86/dixmods/extmod/xf86vmode.c +++ b/hw/xfree86/dixmods/extmod/xf86vmode.c @@ -41,7 +41,7 @@ from Kaleb S. KEITHLEY #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "scrnintstr.h" |