You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2020/01/16 07:23:07 UTC

[trafficserver] 03/03: fix freebsd build error

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

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

commit 6b7b61b00aa8d3550522327ed02c4416d74e0fae
Author: Kit Chan <ki...@apache.org>
AuthorDate: Mon Jan 6 21:45:31 2020 -0800

    fix freebsd build error
---
 plugins/esi/fetcher/HttpDataFetcherImpl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/esi/fetcher/HttpDataFetcherImpl.h b/plugins/esi/fetcher/HttpDataFetcherImpl.h
index 9784b65..11239b9 100644
--- a/plugins/esi/fetcher/HttpDataFetcherImpl.h
+++ b/plugins/esi/fetcher/HttpDataFetcherImpl.h
@@ -26,6 +26,7 @@
 #include <string>
 #include <list>
 #include <vector>
+#include <netinet/in.h>
 
 #include "ts/ts.h"
 #include "lib/StringHash.h"