Repository: trafficserver Updated Branches: refs/heads/master 1614f4f28 -> 3eec3878c
TS-3934 Adds missing include file for strtol() Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3eec3878 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3eec3878 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3eec3878 Branch: refs/heads/master Commit: 3eec3878cbfa4f86db3d290a26c504142e428518 Parents: 1614f4f Author: Leif Hedstrom <[email protected]> Authored: Tue Sep 22 14:36:03 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Tue Sep 22 14:36:03 2015 -0600 ---------------------------------------------------------------------- plugins/experimental/s3_auth/s3_auth.cc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3eec3878/plugins/experimental/s3_auth/s3_auth.cc ---------------------------------------------------------------------- diff --git a/plugins/experimental/s3_auth/s3_auth.cc b/plugins/experimental/s3_auth/s3_auth.cc index 561ffc5..507026b 100644 --- a/plugins/experimental/s3_auth/s3_auth.cc +++ b/plugins/experimental/s3_auth/s3_auth.cc @@ -24,6 +24,7 @@ #include <string.h> #include <getopt.h> #include <stdio.h> +#include <stdlib.h> #include <limits.h> #include <ctype.h>
