Include <stdint.h> to allow cross-compilation from OS X.
[mono.git] / libgc / include / gc.h
index cd9efcd10af477ff7c1375a64a1d830111814323..123d6cce0893b3860763a68d3726739e6298791d 100644 (file)
@@ -61,6 +61,7 @@
   /* Win64 isn't really supported yet, but this is the first step. And */
   /* it might cause error messages to show up in more plausible places.        */
   /* This needs basetsd.h, which is included by windows.h.             */
+  #include <stdint.h>
   typedef unsigned __int64 GC_word;
   typedef __int64 GC_signed_word;
 #endif