diff options
author | Stef <stef@memberwebs.com> | 2010-11-12 03:39:07 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2010-11-12 03:43:33 +0000 |
commit | d29b791415ef1a667e838fe4862dad2d12aae307 (patch) | |
tree | ea5375b9ae470212332265f6ba3dbb9f5aab1891 /src | |
parent | 0cfb5be72f4d74539d7b7e8c4ea0d0b5fcc03a38 (diff) |
Fix build on win32
Diffstat (limited to 'src')
-rw-r--r-- | src/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <unistd.h> |