From 9c3391f3db07e4944a2957f7c6fae37acce5eef6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 21 May 2015 10:39:30 -0400 Subject: [PATCH] Fixed stdint inclusion in uthash.h --- redo/uthash/uthash.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/redo/uthash/uthash.h b/redo/uthash/uthash.h index 367d295a..14e5f34c 100644 --- a/redo/uthash/uthash.h +++ b/redo/uthash/uthash.h @@ -60,18 +60,8 @@ do { #endif /* a number of the hash function use uint32_t which isn't defined on Pre VS2010 */ -#if defined (_WIN32) -#if defined(_MSC_VER) && _MSC_VER >= 1600 +// TODO(andlabs) - old code missed MinGW #include -#elif defined(__WATCOMC__) -#include -#else -typedef unsigned int uint32_t; -typedef unsigned char uint8_t; -#endif -#else -#include -#endif #define UTHASH_VERSION 1.9.9