summaryrefslogtreecommitdiff
path: root/hashtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'hashtab.h')
-rw-r--r--hashtab.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/hashtab.h b/hashtab.h
index 45ad923..2eaee12 100644
--- a/hashtab.h
+++ b/hashtab.h
@@ -31,11 +31,7 @@ This implements a hash table.
#ifndef HASHTAB
#define HASHTAB
-#ifdef WIN32
-#include "stdint.h"
-#else
-#include <stdint.h>
-#endif
+#include "mpqlib-stdint.h"
#include <stdlib.h>
/* PRIVATE TYPES AND DEFINITIONS */