You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2017/10/31 20:42:00 UTC

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

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

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


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

commit 6a1eb38ae9a6f78860dfcd0f8e8ccdad77939acd
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
---
 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>'].