From 8a15f01affbe332970fd8f8b07d3e6d8f7e6acb2 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 5 Aug 2006 16:27:20 +1000 Subject: - (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll, otherwise it is implicitly declared as returning an int. --- openbsd-compat/strtonum.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsd-compat/strtonum.c') diff --git a/openbsd-compat/strtonum.c b/openbsd-compat/strtonum.c index 35c5c18b..87f2f24b 100644 --- a/openbsd-compat/strtonum.c +++ b/openbsd-compat/strtonum.c @@ -20,7 +20,9 @@ /* OPENBSD ORIGINAL: lib/libc/stdlib/strtonum.c */ #include "includes.h" + #ifndef HAVE_STRTONUM +#include #include #include -- cgit v1.2.3