You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/04/02 17:29:15 UTC

[trafficserver] branch master updated: Fix compilation error in wccp

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

bcall 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 5f6a278  Fix compilation error in wccp
5f6a278 is described below

commit 5f6a278a17172f663e57270d5414fd52270ae4d8
Author: Susan Hinrichs <sh...@oath.com>
AuthorDate: Tue Apr 2 15:05:45 2019 +0000

    Fix compilation error in wccp
---
 src/wccp/WccpLocal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/wccp/WccpLocal.h b/src/wccp/WccpLocal.h
index 89dab2e..dff8f6d 100644
--- a/src/wccp/WccpLocal.h
+++ b/src/wccp/WccpLocal.h
@@ -25,6 +25,7 @@
 #include "wccp/Wccp.h"
 #include "WccpUtil.h"
 #include "tscore/TsBuffer.h"
+#include "ts/apidefs.h"
 // Needed for template use of byte ordering functions.
 #include <netinet/in.h>
 #include <memory.h>