commit 6770dc06e69f422124d1e9c0efdefa7cc4e98b61
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Mon Mar 5 10:24:46 2018 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Mon Mar 5 10:24:46 2018 +0100

    Add netinet/in.h to sock.c
    
    It was missing but necessary for some defines.

diff --git a/sock.c b/sock.c
index 13e5bfb..9dc4661 100644
--- a/sock.c
+++ b/sock.c
@@ -1,6 +1,7 @@
 /* See LICENSE file for copyright and license details. */
 #include <arpa/inet.h>
 #include <netdb.h>
+#include <netinet/in.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <string.h>

Reply via email to