summaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
authorStef <stef@memberwebs.com>2010-11-12 03:39:07 +0000
committerStef Walter <stef@thewalter.net>2010-11-12 03:43:33 +0000
commitd29b791415ef1a667e838fe4862dad2d12aae307 (patch)
treeea5375b9ae470212332265f6ba3dbb9f5aab1891 /src/compat.h
parent0cfb5be72f4d74539d7b7e8c4ea0d0b5fcc03a38 (diff)
Fix build on win32
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>