From d29b791415ef1a667e838fe4862dad2d12aae307 Mon Sep 17 00:00:00 2001 From: Stef Date: Fri, 12 Nov 2010 03:39:07 +0000 Subject: Fix build on win32 --- src/compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index e23af61..1253245 100644 --- a/src/compat.h +++ b/src/compat.h @@ -159,6 +159,9 @@ typedef unsigned int uint; #endif #endif +#ifdef WIN32 +#define strtoull _strtoui64 +#endif #ifdef HAVE_UNISTD_H #include -- cgit v1.2.3