strdup needs <cstring>. This fixes a build error with g++-4.3.
authorTorok Edwin <edwintorok@gmail.com>
Fri, 4 Apr 2008 16:08:00 +0000 (16:08 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Fri, 4 Apr 2008 16:08:00 +0000 (16:08 +0000)
commit3e3dc57d3ff2aa010a5ac873933a6107221b4c13
treef09ead08d4ae75581a2b7116081410d2bc17e698
parentb51a0d87ac4c3f9c651b2ff7cdf663dff18f995b
strdup needs <cstring>. This fixes a build error with g++-4.3.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49218 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Target.cpp