From: jow Date: Thu, 19 Jan 2012 02:40:05 +0000 (+0000) Subject: [packages] re: include stdint.h to solve build failure X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=6910d3286b60c5c7592657c714b1e1b4cd68230c;p=packages.git [packages] re: include stdint.h to solve build failure git-svn-id: svn://svn.openwrt.org/openwrt/packages@29793 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/re/patches/200-stdint.h.patch b/libs/re/patches/200-stdint.h.patch new file mode 100644 index 000000000..58f9a93e7 --- /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