You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2013/02/04 15:49:24 UTC

[2/2] git commit: TS-1688: Fix compile under OmniOS/gcc-4.7

Updated Branches:
  refs/heads/master bb6dd3f79 -> 8543069bd


TS-1688: Fix compile under OmniOS/gcc-4.7

include string.h to declare strlen()


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

Branch: refs/heads/master
Commit: 8543069bd86fef6e136c3d4d6c518402e620ed63
Parents: 37920f3
Author: Igor Galić <i....@brainsware.org>
Authored: Mon Feb 4 14:49:22 2013 +0000
Committer: Igor Galić <i....@brainsware.org>
Committed: Mon Feb 4 14:49:22 2013 +0000

----------------------------------------------------------------------
 lib/tsconfig/TsValue.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8543069b/lib/tsconfig/TsValue.h
----------------------------------------------------------------------
diff --git a/lib/tsconfig/TsValue.h b/lib/tsconfig/TsValue.h
index 95ccbf6..19c0f0c 100644
--- a/lib/tsconfig/TsValue.h
+++ b/lib/tsconfig/TsValue.h
@@ -24,6 +24,7 @@
     limitations under the License.
  */
 
+# include <string.h>
 # include <ts/TsBuffer.h>
 # include <tsconfig/NumericType.h>
 # include <tsconfig/IntrusivePtr.h>