diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <assert.h> #include <sys/types.h> @@ -12,9 +16,6 @@ #include "protocol_ssh.h" #include "forward.h" #include "jail.h" -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif static void jail_preinit(const char *jail_ports[], jail_ctx *ctx[], const size_t siz); |