diff options
Diffstat (limited to 'hw/xfree86/i2c/tda9850.c')
-rw-r--r-- | hw/xfree86/i2c/tda9850.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/i2c/tda9850.c b/hw/xfree86/i2c/tda9850.c index d4578b2b3..e6afd8165 100644 --- a/hw/xfree86/i2c/tda9850.c +++ b/hw/xfree86/i2c/tda9850.c @@ -1,5 +1,5 @@ -#ifdef HAVE_CONFIG_H -#include "config.h" +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> #endif #include "xf86.h" |