From: Todd C. Miller Date: Tue, 17 Dec 2013 21:32:24 +0000 (-0700) Subject: Still need limits.h here. X-Git-Tag: SUDO_1_8_9^2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a18395a90eee805b414b929dccce094ff3e12ec9;p=sudo Still need limits.h here. --- diff --git a/compat/closefrom.c b/compat/closefrom.c index 55a4d92c6..e53ae4f36 100644 --- a/compat/closefrom.c +++ b/compat/closefrom.c @@ -31,6 +31,7 @@ # endif #endif /* STDC_HEADERS */ #include +#include #ifdef HAVE_PSTAT_GETPROC # include # include