You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/11/01 18:00:23 UTC

[trafficserver] branch 7.1.x updated: include cstring to make the compiler stop complaining about strlen

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new a884355  include cstring to make the compiler stop complaining about strlen
a884355 is described below

commit a884355fba0e7f66d89773df5828a7047c7f0abf
Author: Fei Deng <du...@gmail.com>
AuthorDate: Tue Oct 31 10:28:21 2017 -0500

    include cstring to make the compiler stop complaining about strlen
    
    (cherry picked from commit 6a1eb38ae9a6f78860dfcd0f8e8ccdad77939acd)
---
 plugins/experimental/cachekey/configs.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/experimental/cachekey/configs.cc b/plugins/experimental/cachekey/configs.cc
index 80f2e54..dff01b5 100644
--- a/plugins/experimental/cachekey/configs.cc
+++ b/plugins/experimental/cachekey/configs.cc
@@ -25,6 +25,7 @@
 #include <sstream>   /* std::istringstream */
 #include <getopt.h>  /* getopt_long() */
 #include <strings.h> /* strncasecmp() */
+#include <cstring>   /* strlen() */
 
 #include "configs.h"
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].