[ 
https://issues.apache.org/jira/browse/TS-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Call updated TS-3673:
---------------------------
    Assignee: Phil Sorber

> 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)

Reply via email to