From ad26f2137f6414c8cadc070f96a4476d435e994b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 2 Jan 2015 09:49:52 -0800 Subject: include POSIX-standard limits.h for PATH_MAX instead of sys/syslimits.h Signed-off-by: Alan Coopersmith Reviewed-by: Jeremy Huddleston Sequoia Reviewed-by: Mark Kettenis --- gethost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gethost.c') diff --git a/gethost.c b/gethost.c index e0dc8cb..8cb58c5 100644 --- a/gethost.c +++ b/gethost.c @@ -58,7 +58,7 @@ in this Software without prior written authorization from The Open Group. #include "xauth.h" #include -#include +#include #ifndef WIN32 #include -- cgit v1.2.1