Updated Branches: refs/heads/master f55774f11 -> a2fab004b
TS-2473: Fix C++ API includes for FreeBSD Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a2fab004 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a2fab004 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a2fab004 Branch: refs/heads/master Commit: a2fab004b15907a19312089ded5e9eea6c58de4d Parents: f55774f Author: Radim Kolar <[email protected]> Authored: Fri Jan 3 08:48:32 2014 -0800 Committer: James Peach <[email protected]> Committed: Fri Jan 3 08:48:32 2014 -0800 ---------------------------------------------------------------------- CHANGES | 3 +++ lib/atscppapi/src/include/atscppapi/utils.h | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a2fab004/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 2a0771c..44d1fcb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 4.2.0 + *) [TS-2473] Fix C++ API includes for FreeBSD. + Author: Radim Kolar <[email protected]> + *) [TS-2467] traffic_shell doesn't work with tcl 8.6. Author: Ben Aitchison <[email protected]> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a2fab004/lib/atscppapi/src/include/atscppapi/utils.h ---------------------------------------------------------------------- diff --git a/lib/atscppapi/src/include/atscppapi/utils.h b/lib/atscppapi/src/include/atscppapi/utils.h index 997c1d1..035d217 100644 --- a/lib/atscppapi/src/include/atscppapi/utils.h +++ b/lib/atscppapi/src/include/atscppapi/utils.h @@ -27,6 +27,7 @@ #define ATSCPPAPI_UTILS_H_ #include <string> +#include <netinet/in.h> #include <arpa/inet.h> #include <stdint.h>
