summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFileSpec.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2014-04-19 03:09:28 +0000
committerSean Callanan <scallanan@apple.com>2014-04-19 03:09:28 +0000
commitaf90cf528c32265ecc6888714a28ef3e97342802 (patch)
tree5094af54da4616e14ff06594385893f2a3f20b1e /lldb/source/API/SBFileSpec.cpp
parentb5956d232fd859a4fab985ad3832bbc1b358ff7e (diff)
downloadbcm5719-llvm-af90cf528c32265ecc6888714a28ef3e97342802.tar.gz
bcm5719-llvm-af90cf528c32265ecc6888714a28ef3e97342802.zip
Included <inttypes.h> in a few headers that were
using preprocessor constants for printf() format specifications. llvm-svn: 206679
Diffstat (limited to 'lldb/source/API/SBFileSpec.cpp')
-rw-r--r--lldb/source/API/SBFileSpec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBFileSpec.cpp b/lldb/source/API/SBFileSpec.cpp
index e5a3f6deb47..2a93e9530e2 100644
--- a/lldb/source/API/SBFileSpec.cpp
+++ b/lldb/source/API/SBFileSpec.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#include <inttypes.h> // PRIu64
#include <limits.h>
#include "lldb/API/SBFileSpec.h"
OpenPOWER on IntegriCloud