diff options
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> |