diff options
Diffstat (limited to 'src/riva_driver.c')
-rw-r--r-- | src/riva_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/riva_driver.c b/src/riva_driver.c index b551e31..968ef47 100644 --- a/src/riva_driver.c +++ b/src/riva_driver.c @@ -25,6 +25,10 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/riva_driver.c,v 1.5 2003/11/03 05:11:26 tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "riva_include.h" #include "xf86int10.h" |