projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f029f6
)
bring in stdio.h for NULL
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 16:51:37 +0000
(16:51 +0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 16:51:37 +0000
(16:51 +0000)
fnmatch.c
patch
|
blob
|
history
diff --git
a/fnmatch.c
b/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 */