projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7c54f
)
Include <stddef.h> to get NULL definition.
author
drepper
<drepper>
Mon, 4 Nov 2002 08:59:07 +0000
(08:59 +0000)
committer
drepper
<drepper>
Mon, 4 Nov 2002 08:59:07 +0000
(08:59 +0000)
stdio-common/reg-printf.c
patch
|
blob
|
history
diff --git
a/stdio-common/reg-printf.c
b/stdio-common/reg-printf.c
index
99258bd
..
672652a
100644
(file)
--- a/
stdio-common/reg-printf.c
+++ b/
stdio-common/reg-printf.c
@@
-19,6
+19,7
@@
#include <errno.h>
#include <limits.h>
#include <printf.h>
+#include <stddef.h>
#include <stdlib.h>
/* Array of functions indexed by format character. */