[
https://issues.apache.org/jira/browse/TS-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588405#comment-14588405
]
Phil Sorber commented on TS-3673:
---------------------------------
ink_memchr has not been used since a5140410ca75846ee6766739cdbdbe75bbd3e56e
(TS-776). I am going to change the purpose of this ticket to just remove it
completely.
> 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
> Assignee: Phil Sorber
> Fix For: 6.0.0
>
>
> 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)