diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-13 20:19:38 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-13 20:19:38 +0000 |
commit | 74a534f63c1ed016f24dbc3ca31f05b81076e8f0 (patch) | |
tree | 9ab86e9d058b74c0a0607abeb593138ed35380b2 /hw/xfree86/i2c/uda1380_module.c | |
parent | 1dc3e96e4077a912dd3aa13fa80099f5864b641f (diff) |
xc/programs/Xserver/hw/xfree86/drivers/i2c/*.c: include xorg-config.h
instead of config.h xserver/xorg/hw/xfree86/i2c/Makefile.am: Add i2c
drivers
Diffstat (limited to 'hw/xfree86/i2c/uda1380_module.c')
-rw-r--r-- | hw/xfree86/i2c/uda1380_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/i2c/uda1380_module.c b/hw/xfree86/i2c/uda1380_module.c index cfda721c7..27639aa4e 100644 --- a/hw/xfree86/i2c/uda1380_module.c +++ b/hw/xfree86/i2c/uda1380_module.c @@ -1,5 +1,5 @@ -#ifdef HAVE_CONFIG_H -#include "config.h" +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> #endif #include "xf86Module.h" |