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 | 4b98eb4b30d694139d5e597c445d65d637ab7472 (patch) | |
tree | 884db84bbb5ef483f8dceda39f8a55b7d16c52eb /src/smi_accel.c | |
parent | 6389dd3dc1259865a4b5fcc6b6c7b3f4429593cf (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15accelerated_indirect-0-0-1
Diffstat (limited to 'src/smi_accel.c')
-rw-r--r-- | src/smi_accel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/smi_accel.c b/src/smi_accel.c index 0c70973..1dc6608 100644 --- a/src/smi_accel.c +++ b/src/smi_accel.c @@ -28,6 +28,10 @@ authorization from the XFree86 Project and silicon Motion. */ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_accel.c,v 1.7tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "smi.h" #include "miline.h" |