From a4d7245975a2c8c48201fdbdbb19dbf256eed9ea Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 19 Jan 2012 02:40:05 +0000 Subject: [PATCH] [packages] re: include stdint.h to solve build failure SVN-Revision: 29793 --- libs/re/patches/200-stdint.h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/re/patches/200-stdint.h.patch diff --git a/libs/re/patches/200-stdint.h.patch b/libs/re/patches/200-stdint.h.patch new file mode 100644 index 0000000000..58f9a93e72 --- /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 -- 2.30.2