summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/c-strtod.c2
1 files changed, 2 insertions, 0 deletions
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 <locale.h>
#include <stdlib.h>
+#include "xalloc.h"
+
double
c_strtod (char const *nptr, char **endptr)
{