diff options
Diffstat (limited to 'src/cir_driver.c')
-rw-r--r-- | src/cir_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cir_driver.c b/src/cir_driver.c index 1f02e50..9a7b233 100644 --- a/src/cir_driver.c +++ b/src/cir_driver.c @@ -11,6 +11,10 @@ * Guy DESBIEF */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_driver.c,v 1.67 2001/05/15 10:19:37 eich Exp $ */ /* All drivers should typically include these */ |