include ink_defs.h so that likely/unlikely will expand on CentOS 5.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f7917f8e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f7917f8e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f7917f8e Branch: refs/heads/sphinx-docs Commit: f7917f8e8a9452a4d899bdd3982529fcf46cd256 Parents: 254daf1 Author: Daniel Gruno <[email protected]> Authored: Sat Apr 27 12:25:42 2013 +0200 Committer: Daniel Gruno <[email protected]> Committed: Sat Apr 27 12:25:42 2013 +0200 ---------------------------------------------------------------------- plugins/experimental/lua/lutil.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f7917f8e/plugins/experimental/lua/lutil.h ---------------------------------------------------------------------- diff --git a/plugins/experimental/lua/lutil.h b/plugins/experimental/lua/lutil.h index 4f20424..90818d3 100644 --- a/plugins/experimental/lua/lutil.h +++ b/plugins/experimental/lua/lutil.h @@ -24,6 +24,7 @@ #include <string> #include <memory> #include <pthread.h> +#include "ink_defs.h" // Global argument index for TSHttpSsnArgGet and TSHttpTxnArgGet. extern int LuaHttpArgIndex;
