diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:46 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:46 +0000 |
commit | 133e8b674546c50db80cb39d0ca526d6fb1ed12b (patch) | |
tree | 6c08d2538d32b78cc3e2f1d5d9a80b6dc5daabdf /src/alp_hwcurs.c | |
parent | 88c1e79c6b3fff064ca5ba2cc500714707d605be (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/alp_hwcurs.c')
-rw-r--r-- | src/alp_hwcurs.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/alp_hwcurs.c b/src/alp_hwcurs.c index a4f0581..927a73e 100644 --- a/src/alp_hwcurs.c +++ b/src/alp_hwcurs.c @@ -1,4 +1,8 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_hwcurs.c,v 1.5 2001/05/07 21:59:06 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_hwcurs.c,v 1.4 2000/12/06 15:35:15 eich Exp $ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* (c) Itai Nahshon */ |