From: Todd C. Miller Date: Sat, 4 Sep 2010 11:22:31 +0000 (-0400) Subject: Add #include of sys/types.h for .c files that include missing.h to X-Git-Tag: SUDO_1_7_5~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03ee40b685e6035f48bbd7e46705a7411470efbd;p=sudo Add #include of sys/types.h for .c files that include missing.h to be sure that size_t and ssize_t are defined. --HG-- branch : 1.7 --- diff --git a/fnmatch.c b/fnmatch.c index 9b80e4fac..1025c2f34 100644 --- a/fnmatch.c +++ b/fnmatch.c @@ -38,6 +38,8 @@ #include +#include + #include #include #ifdef HAVE_STRING_H