From 71109d9261f6a839ea6916c82fdd0bf7f2ef9099 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 29 Nov 2003 12:01:51 +0000 Subject: Include "xalloc.h", for decl of xstrdup. --- lib/c-strtod.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/c-strtod.c') diff --git a/lib/c-strtod.c b/lib/c-strtod.c index b3ce2b43a..ed5be49ab 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) { -- cgit v1.2.3-54-g00ecf