* [Devel] [patch 2/5] Small tweak to define uintptr_t and successfully build on debian/kfreebsd
@ 2010-07-05 12:03 malattia
0 siblings, 0 replies; only message in thread
From: malattia @ 2010-07-05 12:03 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 683 bytes --]
This is required to build on a FreeBSD kernel running with the GNU userspace
toolchain.
Signed-off-by: Mattia Dongili <malattia(a)linux.it>
---
include/platform/acenv.h | 3 +++
1 file changed, 3 insertions(+)
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
/******************************************************************************
*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-05 12:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-05 12:03 [Devel] [patch 2/5] Small tweak to define uintptr_t and successfully build on debian/kfreebsd malattia
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.