summaryrefslogtreecommitdiffstats
path: root/main/boost/uclibc-stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/boost/uclibc-stdint.patch')
-rw-r--r--main/boost/uclibc-stdint.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/boost/uclibc-stdint.patch b/main/boost/uclibc-stdint.patch
new file mode 100644
index 000000000..3aed6333d
--- /dev/null
+++ b/main/boost/uclibc-stdint.patch
@@ -0,0 +1,13 @@
+--- a/libs/context/src/fcontext.cpp.new 2012-12-11 17:59:59.349131458 +0100
++++ b/libs/context/src/fcontext.cpp 2012-12-11 18:00:06.925131652 +0100
+@@ -9,6 +9,9 @@
+ #include <boost/context/fcontext.hpp>
+
+ #include <cstddef>
++extern "C" {
++#include <stdint.h>
++}
+
+ #ifdef BOOST_HAS_ABI_HEADERS
+ # include BOOST_ABI_PREFIX
+