diff options
Diffstat (limited to 'hw/xfree86/os-support/xf86_libc.h')
-rw-r--r-- | hw/xfree86/os-support/xf86_libc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/xf86_libc.h b/hw/xfree86/os-support/xf86_libc.h index 5f0f78f02..ecdbfeac5 100644 --- a/hw/xfree86/os-support/xf86_libc.h +++ b/hw/xfree86/os-support/xf86_libc.h @@ -42,6 +42,10 @@ * 0.1 Feb 24 1997 hide the trivial functions mem* str* */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #ifndef XF86_LIBC_H #define XF86_LIBC_H 1 |