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