include stdint.h to solve build failure
This commit is contained in:
parent
888691c57b
commit
26bd66f7b3
1 changed files with 10 additions and 0 deletions
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…
Reference in a new issue