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 <duke8...@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" <commits@trafficserver.apache.org>'].

Reply via email to