Add missing includes after previous commit.

This commit is contained in:
Augustin Cavalier
2020-07-02 19:34:54 -04:00
parent 2ed1a36d4b
commit 1a3518cf75
3 changed files with 3 additions and 0 deletions
@@ -11,6 +11,7 @@
#include <arpa/inet.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -7,6 +7,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+1
View File
@@ -36,6 +36,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdio.h>
#if defined(AF_INET6) && defined(IN6_IS_ADDR_V4MAPPED)
#define USE_IPV6