From 4b98eb4b30d694139d5e597c445d65d637ab7472 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:29:59 +0000 Subject: Prep for modular builds by adding guarded #include "config.h" everywhere. --- src/smi_dac.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/smi_dac.c') 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" -- cgit v1.2.3