diff options
Diffstat (limited to 'hw/xfree86/loader/hash.c')
-rw-r--r-- | hw/xfree86/loader/hash.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/loader/hash.c b/hw/xfree86/loader/hash.c index d424f0461..9cd4e6eb8 100644 --- a/hw/xfree86/loader/hash.c +++ b/hw/xfree86/loader/hash.c @@ -24,6 +24,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include <X11/os.h> #include <X11/Xos.h> #undef abs |