diff mbox

[2/5] Small tweak to define uintptr_t and successfully build on debian/kfreebsd

Message ID 20100704044450.778114511@linux.it (mailing list archive)
State New, archived
Headers show

Commit Message

Mattia Dongili July 4, 2010, 4:43 a.m. UTC
None
diff mbox

Patch

Index: b/include/platform/acenv.h
===================================================================
--- a/include/platform/acenv.h	2010-07-02 21:42:26.785349387 +0900
+++ b/include/platform/acenv.h	2010-07-04 11:18:37.250028892 +0900
@@ -182,6 +182,9 @@ 
 
 
 /*! [Begin] no source code translation */
+#if defined(__GLIBC__)
+#include <stdint.h>
+#endif
 
 /******************************************************************************
  *