diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-05-21 22:30:06 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-05-21 22:30:06 +0200 |
commit | 4de442d472f33c1e6012a96c94069ef2923ea716 (patch) | |
tree | 9476b2f916467d8ae6b637ae31e8e88c76529ab4 /src/main.c | |
parent | 15dccd91c589cd3f376650759b42319f0f712205 (diff) |
POTD skeleton #72.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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); |