[packages] re: include stdint.h to solve build failure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29793 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e1b592729
commit
6910d3286b
10
libs/re/patches/200-stdint.h.patch
Normal file
10
libs/re/patches/200-stdint.h.patch
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user