Repository: trafficserver Updated Branches: refs/heads/master e82473536 -> fd7b3ebe9
TS-2427 Fixes build issues where string.h is needed on some platforms Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fd7b3ebe Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fd7b3ebe Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fd7b3ebe Branch: refs/heads/master Commit: fd7b3ebe9cd89645292ce2d30236e38fbaa52c0e Parents: e824735 Author: Leif Hedstrom <[email protected]> Authored: Wed Oct 21 09:56:09 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed Oct 21 09:56:09 2015 -0600 ---------------------------------------------------------------------- plugins/experimental/xdebug/xdebug.cc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fd7b3ebe/plugins/experimental/xdebug/xdebug.cc ---------------------------------------------------------------------- diff --git a/plugins/experimental/xdebug/xdebug.cc b/plugins/experimental/xdebug/xdebug.cc index af306c2..f970880 100644 --- a/plugins/experimental/xdebug/xdebug.cc +++ b/plugins/experimental/xdebug/xdebug.cc @@ -19,6 +19,7 @@ #include <stdlib.h> #include <stdio.h> #include <strings.h> +#include <string.h> #include <getopt.h> #include "ts/ts.h"
