diff options
Diffstat (limited to 'src/smi_dga.c')
-rw-r--r-- | src/smi_dga.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/smi_dga.c b/src/smi_dga.c index 9f090b9..4b7a2fa 100644 --- a/src/smi_dga.c +++ b/src/smi_dga.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_dga.c,v 1.2 2001/02/15 18:20:33 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_dga.c,v 1.1 2000/11/28 20:59:19 dawes Exp $ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "xf86.h" #include "xf86_OSproc.h" |