diff options
Diffstat (limited to 'sesman/scp_v1_mng.c')
-rw-r--r-- | sesman/scp_v1_mng.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/scp_v1_mng.c b/sesman/scp_v1_mng.c index 61789cce..d945f2d7 100644 --- a/sesman/scp_v1_mng.c +++ b/sesman/scp_v1_mng.c @@ -24,6 +24,10 @@ * */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #include "sesman.h" #include "libscp.h" |