blob: 77bc9e7b103cffa9348218f9481acd42dd6eb34a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/zlog/src/zc_xplatform.h.orig 2015-07-02 18:01:10 UTC
+++ src/zlog/src/zc_xplatform.h
@@ -9,6 +9,7 @@
#define __zc_xplatform_h
#include <limits.h>
+#include <strings.h>
#define ZLOG_INT32_LEN sizeof("-2147483648") - 1
#define ZLOG_INT64_LEN sizeof("-9223372036854775808") - 1
|