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 2014/04/17 18:44:10 UTC

[11/50] git commit: Fix escalate plugin build

Fix escalate plugin build


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/afd37d25
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/afd37d25
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/afd37d25

Branch: refs/heads/5.0.x
Commit: afd37d254600374da06192c69c3e7828bcd9fbf3
Parents: 1147bb3
Author: James Peach <jp...@apache.org>
Authored: Thu Apr 10 12:56:34 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Apr 10 12:57:11 2014 -0700

----------------------------------------------------------------------
 plugins/experimental/escalate/escalate.cc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/afd37d25/plugins/experimental/escalate/escalate.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/escalate/escalate.cc b/plugins/experimental/escalate/escalate.cc
index 6768a70..ebc6e2b 100644
--- a/plugins/experimental/escalate/escalate.cc
+++ b/plugins/experimental/escalate/escalate.cc
@@ -23,6 +23,7 @@
 #include <ts/ts.h>
 #include <ts/remap.h>
 #include <ts/experimental.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <getopt.h>
 #include <string.h>