diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:59 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:59 +0000 |
commit | c1c5f421dbce58f58b430497a89c73100e17beb8 (patch) | |
tree | 30e12e6d64d30d96c1e7653a8e3c61a9eaf058d1 /src/savage_i2c.c | |
parent | c332dffd52d787025614173ddfedfca62f1ccd63 (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/savage_i2c.c')
-rw-r--r-- | src/savage_i2c.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/savage_i2c.c b/src/savage_i2c.c index 895a74e..6aeea9e 100644 --- a/src/savage_i2c.c +++ b/src/savage_i2c.c @@ -25,6 +25,9 @@ be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the XFree86 Project. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "xf86.h" #include "xf86_OSproc.h" |