diff options
Diffstat (limited to 'src/smi_dac.c')
-rw-r--r-- | src/smi_dac.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/smi_dac.c b/src/smi_dac.c index 627b892..7489ddd 100644 --- a/src/smi_dac.c +++ b/src/smi_dac.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_dac.c,v 1.2 2001/11/30 12:11:59 eich Exp $ */ +/* $XFree86$ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "smi.h" |