Leif Hedstrom created TS-3934:
---------------------------------
Summary: Missing include file in s3_auth plugin
Key: TS-3934
URL: https://issues.apache.org/jira/browse/TS-3934
Project: Traffic Server
Issue Type: Bug
Components: Plugins
Reporter: Leif Hedstrom
For some reason, when testing something else, I ran into this:
{code}
s3_auth.cc:123:33: error: 'strtol' was not declared in this scope
_version = strtol(s, NULL, 10);
{code}
This does not generally seem to be a problem in our current builds, but I think
that's just dumb luck. We should include stdlib.h explicitly in this plugin.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)