projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693ca68
)
Include stdlib.h and sys/param.h.
author
Ulrich Drepper
<drepper@redhat.com>
Thu, 12 Jun 2003 15:06:16 +0000
(15:06 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Thu, 12 Jun 2003 15:06:16 +0000
(15:06 +0000)
stdio-common/printf-parsemb.c
patch
|
blob
|
history
diff --git
a/stdio-common/printf-parsemb.c
b/stdio-common/printf-parsemb.c
index
0d01d56
..
4a651cf
100644
(file)
--- a/
stdio-common/printf-parsemb.c
+++ b/
stdio-common/printf-parsemb.c
@@
-1,4
+1,4
@@
-/*
Internal header
for parsing printf format strings.
+/*
Helper functions
for parsing printf format strings.
Copyright (C) 1995-1999, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of th GNU C Library.
@@
-19,7
+19,9
@@
#include <ctype.h>
#include <limits.h>
+#include <stdlib.h>
#include <string.h>
+#include <sys/param.h>
#include <wchar.h>
#include <wctype.h>