Fix compile problem on linux. Noone should ever #include <inttypes.h>
authorChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 20:44:19 +0000 (20:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 20:44:19 +0000 (20:44 +0000)
commit214bf5417562777a16a687cb095fa59d0be65285
tree2f25220f010b553e1499564727442e4068270cb1
parent47287be7dc5d71dec8bc47322012d2f412b4b48a
Fix compile problem on linux.  Noone should ever #include <inttypes.h>
directly.  Instead, include Support/DataTypes.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3766 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetData.h