diff options
Diffstat (limited to 'hw/xfree86/dixmods/extmod/modinit.c')
-rw-r--r-- | hw/xfree86/dixmods/extmod/modinit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/extmod/modinit.c b/hw/xfree86/dixmods/extmod/modinit.c index ca15ee0e7..6477127ff 100644 --- a/hw/xfree86/dixmods/extmod/modinit.c +++ b/hw/xfree86/dixmods/extmod/modinit.c @@ -29,7 +29,8 @@ #include <X11/Xproto.h> -#include "modinit.h" +#include "extinit.h" +#include "xf86Extensions.h" #include "globals.h" static MODULESETUPPROTO(extmodSetup); |