diff options
Diffstat (limited to '')
-rw-r--r-- | listen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/listen.c b/listen.c index f849212..a412b0c 100644 --- a/listen.c +++ b/listen.c @@ -14,8 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bounce.h" - #include <err.h> #include <errno.h> #include <fcntl.h> @@ -37,6 +35,8 @@ #include <sys/capsicum.h> #endif +#include "bounce.h" + static struct tls *server; static byte *readFile(size_t *len, FILE *file) { |