[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:
jow 2012-01-19 02:40:05 +00:00
parent 5e1b592729
commit 6910d3286b

View 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>