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/05/08 19:12:30 UTC

[trafficserver] branch master updated: Fix missing header

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

zwoop 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  1e4fd10   Fix missing header
1e4fd10 is described below

commit 1e4fd10ddda93e7a3f80553692ebe4385bdb9319
Author: Daniel Xu <dx...@dxuuu.xyz>
AuthorDate: Sun May 7 17:22:13 2017 -0500

    Fix missing header
---
 example/disable_http2/disable_http2.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/example/disable_http2/disable_http2.cc b/example/disable_http2/disable_http2.cc
index 1e4afdc..36a94d0 100644
--- a/example/disable_http2/disable_http2.cc
+++ b/example/disable_http2/disable_http2.cc
@@ -30,6 +30,7 @@
 #include <unordered_map>
 #include <unordered_set>
 #include <string>
+#include <string.h>
 #include <openssl/ssl.h>
 
 #define PLUGIN_NAME "disable_http2"

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