summaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h3
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>