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_rush.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_rush.c')
-rw-r--r-- | src/apm_rush.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/apm_rush.c b/src/apm_rush.c index 0198d38..0679b5a 100644 --- a/src/apm_rush.c +++ b/src/apm_rush.c @@ -4,6 +4,10 @@ * Copyright Loïc Grenié 1999 */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "apm.h" #include "xaalocal.h" |