diff options
Diffstat (limited to 'hw/xfree86/loader/loadfont.c')
-rw-r--r-- | hw/xfree86/loader/loadfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/loader/loadfont.c b/hw/xfree86/loader/loadfont.c index f9bbbfeb4..675828412 100644 --- a/hw/xfree86/loader/loadfont.c +++ b/hw/xfree86/loader/loadfont.c @@ -34,7 +34,7 @@ #endif #include "loaderProcs.h" -#include <X11/misc.h> +#include "misc.h" #include "xf86.h" FontModule *FontModuleList = NULL; |