]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "xalloc.h", for decl of xstrdup.
authorJim Meyering <jim@meyering.net>
Sat, 29 Nov 2003 12:01:51 +0000 (12:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Nov 2003 12:01:51 +0000 (12:01 +0000)
lib/c-strtod.c

index b3ce2b43a6e5c58c9e432025e2ec0a2e9091378f..ed5be49ab6bd51a4d989f4abb5fd73ed5d200584 100644 (file)
@@ -23,6 +23,8 @@
 #include <locale.h>
 #include <stdlib.h>
 
+#include "xalloc.h"
+
 double
 c_strtod (char const *nptr, char **endptr)
 {