diff options
Diffstat (limited to 'hw/xfree86/fbdevhw/fbdevhw.h')
-rw-r--r-- | hw/xfree86/fbdevhw/fbdevhw.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/fbdevhw/fbdevhw.h b/hw/xfree86/fbdevhw/fbdevhw.h index cfc3fcdb6..584ad4db2 100644 --- a/hw/xfree86/fbdevhw/fbdevhw.h +++ b/hw/xfree86/fbdevhw/fbdevhw.h @@ -1,5 +1,9 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.h,v 1.11 2001/10/01 13:44:12 eich Exp $ */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #ifndef _FBDEVHW_H_ #define _FBDEVHW_H_ |