From 044e5b8b5fc9683716fdbdd95e364c203fbe63af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 22 Nov 2009 19:02:23 +0000 Subject: [PATCH] cog: include our own _stdint.h instead of --- ext/cog/cogutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cog/cogutils.h b/ext/cog/cogutils.h index 924b47dae4..6d09757ceb 100644 --- a/ext/cog/cogutils.h +++ b/ext/cog/cogutils.h @@ -12,7 +12,7 @@ typedef unsigned __int16 uint16_t; typedef unsigned __int32 uint32_t; #endif #else -#include +#include "_stdint.h" #endif #ifndef TRUE