]> granicus.if.org Git - sudo/commitdiff
bring in stdio.h for NULL
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 16:51:37 +0000 (16:51 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 16:51:37 +0000 (16:51 +0000)
fnmatch.c

index 00ff875746f4b5b5b33b9bc610e4ead543af6ca5..abe6b07ecda775b8d79ee769c5f55d5b113aeda8 100644 (file)
--- a/fnmatch.c
+++ b/fnmatch.c
@@ -45,6 +45,7 @@ static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
 
 #include "config.h"
 
+#include <stdio.h>
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif /* HAVE_STRING_H */