Implement DataTypes.h in terms of inttypes.h
authorChris Lattner <sabre@nondot.org>
Thu, 23 May 2002 15:48:12 +0000 (15:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 May 2002 15:48:12 +0000 (15:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2729 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/DataTypes.h

index 0b20d90acd726b1094af14ef7f915f21c615ec8c..b46135197ffb46f012cb972ed49fa526650df388 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef LLVM_SUPPORT_DATATYPES_H
 #define LLVM_SUPPORT_DATATYPES_H
 
+#include <inttypes.h>
+
 #ifdef LINUX
 #define __STDC_LIMIT_MACROS 1
 #include <stdint.h>       // Defined by ISO C 99