include stdint.h to solve build failure

This commit is contained in:
Jo-Philipp Wich 2012-01-19 02:40:05 +00:00
parent 888691c57b
commit 26bd66f7b3

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>