From: Ulrich Drepper Date: Thu, 12 Jun 2003 15:06:16 +0000 (+0000) Subject: Include stdlib.h and sys/param.h. X-Git-Tag: cvs/glibc-2_3_3~607 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef427aab8b632098b726884138d76c900563070e;p=thirdparty%2Fglibc.git Include stdlib.h and sys/param.h. --- diff --git a/stdio-common/printf-parsemb.c b/stdio-common/printf-parsemb.c index 0d01d5693ed..4a651cfedcf 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