diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:44 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:44 +0000 |
commit | 5141e20bdd1281d340136f86969f75aa6f8afb9c (patch) | |
tree | 32e45a293e7f31aa088bb36ab3514d49c0fc997c /src/apm_funcs.c | |
parent | 75d8d467221fa68e1fde58b7f9456f6a6dc84d68 (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/apm_funcs.c')
-rw-r--r-- | src/apm_funcs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/apm_funcs.c b/src/apm_funcs.c index d2f9e83..78e5bf7 100644 --- a/src/apm_funcs.c +++ b/src/apm_funcs.c @@ -1,5 +1,9 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_funcs.c,v 1.18tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define FASTER #ifndef PSZ #define PSZ 8 |