mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 19:02:14 +00:00
include stdint.h to solve build failure
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user