summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-23 15:48:12 +0000
committerChris Lattner <sabre@nondot.org>2002-05-23 15:48:12 +0000
commitd99d9d5aef19d4b354bca2cb8f8fe24410dae953 (patch)
tree3001264b6f5037a5ad089b15d85f3b698e38ee9f /llvm
parente8c7d75dd651111f7fed632b63364b0ce4064c37 (diff)
downloadbcm5719-llvm-d99d9d5aef19d4b354bca2cb8f8fe24410dae953.tar.gz
bcm5719-llvm-d99d9d5aef19d4b354bca2cb8f8fe24410dae953.zip
Implement DataTypes.h in terms of inttypes.h
llvm-svn: 2729
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/Support/DataTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/Support/DataTypes.h b/llvm/include/Support/DataTypes.h
index 0b20d90acd7..b46135197ff 100644
--- a/llvm/include/Support/DataTypes.h
+++ b/llvm/include/Support/DataTypes.h
@@ -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
OpenPOWER on IntegriCloud