[hackers] [quark] Add netinet/in.h to sock.c || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Mon, 5 Mar 2018 10:24:59 +0100 (CET)

commit 6770dc06e69f422124d1e9c0efdefa7cc4e98b61
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Mon Mar 5 10:24:46 2018 +0100
Commit: Laslo Hunhold <dev_AT_frign.de>
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
_AT_@ -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>
Received on Mon Mar 05 2018 - 10:24:59 CET

This archive was generated by hypermail 2.3.0 : Mon Mar 05 2018 - 10:36:31 CET