diff options
Diffstat (limited to 'hw/xfree86/loader/loadext.c')
-rw-r--r-- | hw/xfree86/loader/loadext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/loader/loadext.c b/hw/xfree86/loader/loadext.c index ffc98b243..705460eb9 100644 --- a/hw/xfree86/loader/loadext.c +++ b/hw/xfree86/loader/loadext.c @@ -30,7 +30,7 @@ #define LOADERDECLARATIONS #include "loaderProcs.h" -#include "misc.h" +#include <X11/misc.h> #include "xf86.h" ExtensionModule *ExtensionModuleList = NULL; |