Oknet Xu created TS-3673:
----------------------------
Summary: forgot 2 include files
Key: TS-3673
URL: https://issues.apache.org/jira/browse/TS-3673
Project: Traffic Server
Issue Type: Bug
Components: TS API
Reporter: Oknet Xu
file lib/ts/test_memchr.cc
add include string.h for strlen()
add include inittypes.h for uintptr_t
here is the patch:
--- a/lib/ts/test_memchr.cc
+++ b/lib/ts/test_memchr.cc
@@ -22,6 +22,8 @@
*/
#include <stdio.h>
+#include <inttypes.h>
+#include <string.h>
//
// fast memchr
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)