From f5ea1f4f2ff8c3a6cedfeaf19efe81c4c2943fad Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 Nov 2003 02:25:01 -0500 Subject: Resolved build problem: undeclared macros strings/my_strtoll10.c: Include my_sys.h for MY_ERRNO_ERANGE and MY_ERRNO_EDOM macros. --- strings/my_strtoll10.c | 1 + 1 file changed, 1 insertion(+) (limited to 'strings/my_strtoll10.c') diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c index cf324fb4468..d741fac6825 100644 --- a/strings/my_strtoll10.c +++ b/strings/my_strtoll10.c @@ -15,6 +15,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #define ULONGLONG_MAX (~(ulonglong) 0) -- cgit v1.2.1