| Add netinet/in.h to sock.c - quark - quark web server | |
| git clone git://git.suckless.org/quark | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 6770dc06e69f422124d1e9c0efdefa7cc4e98b61 | |
| parent a20136fa18dba7fd44812be235010a4517aef783 | |
| Author: Laslo Hunhold <[email protected]> | |
| Date: Mon, 5 Mar 2018 10:24:46 +0100 | |
| Add netinet/in.h to sock.c | |
| It was missing but necessary for some defines. | |
| Diffstat: | |
| M sock.c | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git 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> |