]> granicus.if.org Git - sudo/commitdiff
Add #include of sys/types.h for .c files that include missing.h to
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 4 Sep 2010 11:22:31 +0000 (07:22 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 4 Sep 2010 11:22:31 +0000 (07:22 -0400)
be sure that size_t and ssize_t are defined.

--HG--
branch : 1.7

fnmatch.c

index 9b80e4facf82c31695d0a9796d01bf065f367e9c..1025c2f346d97b46c894e4c4626d4e1a62e08f30 100644 (file)
--- a/fnmatch.c
+++ b/fnmatch.c
@@ -38,6 +38,8 @@
 
 #include <config.h>
 
+#include <sys/types.h>
+
 #include <stdio.h>
 #include <ctype.h>
 #ifdef HAVE_STRING_H