From: Jim Meyering Date: Wed, 10 Sep 2003 08:42:04 +0000 (+0000) Subject: Assume stdlib.h per the C89 spec. X-Git-Tag: COREUTILS-5_1_0~773 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfd16eff6d2430b18f383ae3c717706ddaafdf6d;p=platform%2Fupstream%2Fcoreutils.git Assume stdlib.h per the C89 spec. --- diff --git a/lib/getndelim2.c b/lib/getndelim2.c index fb75a3f..db81e1b 100644 --- a/lib/getndelim2.c +++ b/lib/getndelim2.c @@ -27,11 +27,7 @@ /* Specification. */ #include "getndelim2.h" -#if STDC_HEADERS -# include -#else -char *malloc (), *realloc (); -#endif +#include #include "unlocked-io.h"