aboutsummaryrefslogtreecommitdiff
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
commitb3eac8932359bb3ce15f77f59fa46710175b42e5 (patch)
treeb8b33c8fc723e32488de3f630f6ea86b361883ce
parent0c51266082b442ef96200c9faa3113f8d3cfdfb6 (diff)
Implement DataTypes.h in terms of inttypes.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2729 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/Support/DataTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Support/DataTypes.h b/include/Support/DataTypes.h
index 0b20d90acd..b46135197f 100644
--- a/include/Support/DataTypes.h
+++ b/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