From b788ef982fc9b9cf9669b35227bac336415c5a1c 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