From: Jim Meyering Date: Sat, 29 Nov 2003 12:01:51 +0000 (+0000) Subject: Include "xalloc.h", for decl of xstrdup. X-Git-Tag: v5.1.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71109d9261f6a839ea6916c82fdd0bf7f2ef9099;p=thirdparty%2Fcoreutils.git Include "xalloc.h", for decl of xstrdup. --- diff --git a/lib/c-strtod.c b/lib/c-strtod.c index b3ce2b43a6..ed5be49ab6 100644 --- a/lib/c-strtod.c +++ b/lib/c-strtod.c @@ -23,6 +23,8 @@ #include #include +#include "xalloc.h" + double c_strtod (char const *nptr, char **endptr) {