Patch stdlib.h to include stdint.h
[termux-packages] / ndk-patches / stdlib.h.patch
CommitLineData
a09f7e7a
FF
1diff -u -r /home/fornwall/lib/android-ndk/sysroot/usr/include/stdlib.h ./usr/include/stdlib.h
2--- /home/fornwall/lib/android-ndk/sysroot/usr/include/stdlib.h 2017-06-20 17:41:56.000000000 +0200
3+++ ./usr/include/stdlib.h 2017-07-01 01:50:17.192362546 +0200
4@@ -35,6 +35,7 @@
5 #include <alloca.h>
6 #include <malloc.h>
7 #include <stddef.h>
8+#include <stdint.h>
9
10 __BEGIN_DECLS
11