include stdint.h to solve build failure
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Jan 2012 02:40:05 +0000 (02:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Jan 2014 13:52:19 +0000 (13:52 +0000)
libs/re/patches/200-stdint.h.patch [new file with mode: 0644]

diff --git a/libs/re/patches/200-stdint.h.patch b/libs/re/patches/200-stdint.h.patch
new file mode 100644 (file)
index 0000000..58f9a93
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/include/re_types.h
++++ b/include/re_types.h
+@@ -5,6 +5,7 @@
+  */
+ #include <sys/types.h>
++#include <stdint.h>
+ #ifdef _MSC_VER
+ #include <stdlib.h>