diff options
Diffstat (limited to 'hw/xfree86/loader/aoutloader.c')
-rw-r--r-- | hw/xfree86/loader/aoutloader.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/loader/aoutloader.c b/hw/xfree86/loader/aoutloader.c index a79375abc..a000862ae 100644 --- a/hw/xfree86/loader/aoutloader.c +++ b/hw/xfree86/loader/aoutloader.c @@ -25,6 +25,10 @@ * * Modified 21/02/97 by Sebastien Marineau to support OS/2 a.out objects */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include <sys/types.h> #include <sys/stat.h> #include <stdio.h> |