From e6656ecee8692c2c18f1ce6058f3cb46edbbc231 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 2 Jun 2020 15:08:26 +0200 Subject: [PATCH] Include arpa/inet.h --- src/apprentice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apprentice.c b/src/apprentice.c index 10c09b9..9fb76be 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -40,6 +40,7 @@ // {:bytes, binary()} :: same as :file // {:stop, reason :: atom()} :: exit 0 +#include #include #include #include