From ef427aab8b632098b726884138d76c900563070e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Jun 2003 15:06:16 +0000 Subject: Include stdlib.h and sys/param.h. --- stdio-common/printf-parsemb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/printf-parsemb.c b/stdio-common/printf-parsemb.c index 0d01d5693e..4a651cfedc 100644 --- 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 #include +#include #include +#include #include #include -- cgit v1.2.3