summaryrefslogtreecommitdiff
path: root/src/debug/createdump/createdump.h
diff options
context:
space:
mode:
authorKonstantin Baladurin <k.baladurin@partner.samsung.com>2017-07-17 22:46:50 +0300
committerMike McLaughlin <mikem@microsoft.com>2017-07-17 12:46:50 -0700
commit74955376082bbc7da31ad98b2c77e6953b27e37f (patch)
treeabdaccf0fbb22d252214fb579b9ae8b7070adec5 /src/debug/createdump/createdump.h
parentf7becf9e5ce5431ff52a4845b4488766697b46f3 (diff)
downloadcoreclr-74955376082bbc7da31ad98b2c77e6953b27e37f.tar.gz
coreclr-74955376082bbc7da31ad98b2c77e6953b27e37f.tar.bz2
coreclr-74955376082bbc7da31ad98b2c77e6953b27e37f.zip
Make createdump build and work on ARM (#12798)
Diffstat (limited to 'src/debug/createdump/createdump.h')
-rw-r--r--src/debug/createdump/createdump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/createdump/createdump.h b/src/debug/createdump/createdump.h
index 6f72f0e955..4892e5464b 100644
--- a/src/debug/createdump/createdump.h
+++ b/src/debug/createdump/createdump.h
@@ -49,6 +49,8 @@ typedef int T_CONTEXT;
#include <fcntl.h>
#include <elf.h>
#include <link.h>
+#define __STDC_FORMAT_MACROS
+#include <inttypes.h>
#include <map>
#include <set>
#include <vector>