From 88c2d47e139854e01e88a76c1bb06cd8a9fd689e Mon Sep 17 00:00:00 2001 From: Justin Meza Date: Fri, 24 Oct 2014 22:02:26 -0700 Subject: [PATCH] fix implicit declaration of close with unistd.h --- inet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inet.h b/inet.h index ea266e7..117c87d 100644 --- a/inet.h +++ b/inet.h @@ -71,6 +71,7 @@ #include #include #include +#include #define IN_PORT_ANY 0 #define IN_ADDR_ANY INADDR_ANY