diff options
Diffstat (limited to 'src/smi_i2c.c')
-rw-r--r-- | src/smi_i2c.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/smi_i2c.c b/src/smi_i2c.c index 3a73ced..9b7bf30 100644 --- a/src/smi_i2c.c +++ b/src/smi_i2c.c @@ -26,7 +26,11 @@ Silicon Motion shall not 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 and Silicon Motion. */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_i2c.c,v 1.2 2001/12/20 21:35:39 eich Exp $ */ +/* $XFree86$ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "xf86.h" #include "xf86_OSproc.h" |