diff options
Diffstat (limited to 'sesman/scp_v0.c')
-rw-r--r-- | sesman/scp_v0.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c index 81ecc3a6..9f272719 100644 --- a/sesman/scp_v0.c +++ b/sesman/scp_v0.c @@ -24,6 +24,10 @@ * */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #include "sesman.h" extern struct config_sesman *g_cfg; /* in sesman.c */ |