From 290c3f7a1446429ef6e21a9afb26621bb5f98542 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 29 Nov 2008 21:01:20 +0000 Subject: [PATCH] better check for stdint.h --- include/share/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/share/alloc.h b/include/share/alloc.h index ab34d23..9e9ed0e 100644 --- a/include/share/alloc.h +++ b/include/share/alloc.h @@ -28,7 +28,7 @@ */ #include /* for SIZE_MAX */ -#if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ +#if HAVE_STDINT_H #include /* for SIZE_MAX in case limits.h didn't get it */ #endif #include /* for size_t, malloc(), etc */ -- 2.7.4