summaryrefslogtreecommitdiff
path: root/lookupa.h
diff options
context:
space:
mode:
authoryazoo <yazoo>2008-01-29 07:43:06 +0000
committeryazoo <yazoo>2008-01-29 07:43:06 +0000
commit8522e44467ebcac54201def2c6583639e74e9e24 (patch)
tree9d475da6b178bf96359f06d39773441b76b8d567 /lookupa.h
parent7ecf94d4b339bc2197f449f0f1538f2915313087 (diff)
Portage win32
Diffstat (limited to 'lookupa.h')
-rw-r--r--lookupa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lookupa.h b/lookupa.h
index 8001b3c..8ac120d 100644
--- a/lookupa.h
+++ b/lookupa.h
@@ -10,7 +10,11 @@ Source is http://burtleburtle.net/bob/c/lookupa.h
#ifndef LOOKUPA
#define LOOKUPA
+#ifdef WIN32
+#include "stdint.h"
+#else
#include <stdint.h>
+#endif
#define CHECKSTATE 8
#define hashsize(n) ((uint32_t)1<<(n))