From: Jo-Philipp Wich Date: Thu, 19 Jan 2012 02:40:05 +0000 (+0000) Subject: include stdint.h to solve build failure X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=26bd66f7b37e68b2ae475379a9a6b278b08def74;p=feed%2Ftelephony.git include stdint.h to solve build failure --- diff --git a/libs/re/patches/200-stdint.h.patch b/libs/re/patches/200-stdint.h.patch new file mode 100644 index 0000000..58f9a93 --- /dev/null +++ b/libs/re/patches/200-stdint.h.patch @@ -0,0 +1,10 @@ +--- a/include/re_types.h ++++ b/include/re_types.h +@@ -5,6 +5,7 @@ + */ + + #include ++#include + + #ifdef _MSC_VER + #include