From 8878541d02ad15fbdbd04608cbc6ea3fde5d5beb Mon Sep 17 00:00:00 2001 From: Darin Morrison Date: Thu, 26 Sep 2013 00:32:17 -0600 Subject: Fix building RtsProbes.d on Mac OS X 10.9 (#8139) Signed-off-by: Austin Seipp --- includes/HsFFI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/HsFFI.h') diff --git a/includes/HsFFI.h b/includes/HsFFI.h index 652fbea22b..a21811efb5 100644 --- a/includes/HsFFI.h +++ b/includes/HsFFI.h @@ -21,7 +21,7 @@ extern "C" { #include "stg/Types.h" /* get limits for integral types */ -#ifdef HAVE_STDINT_H +#if defined HAVE_STDINT_H && !defined USE_INTTYPES_H_FOR_RTS_PROBES_D /* ISO C 99 says: * "C++ implementations should define these macros only when * __STDC_LIMIT_MACROS is defined before is included." -- cgit v1.2.1