summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-06-30 19:08:23 +0700
committeranonymous <local@localhost>2010-07-02 22:14:18 +0700
commit6db7d4e96849fe2ccd17ef75295a711101e191cb (patch)
treef7b7b53625da084f55237af297e51ccdd6068417 /src
parent3fdd328c6cc79830f1635ed3126d042aad265297 (diff)
downloadlibcxxrt-6db7d4e96849fe2ccd17ef75295a711101e191cb.tar.gz
libcxxrt-6db7d4e96849fe2ccd17ef75295a711101e191cb.tar.bz2
libcxxrt-6db7d4e96849fe2ccd17ef75295a711101e191cb.tar.xz
Missing <stdint.h> header is added
Diffstat (limited to 'src')
-rw-r--r--src/dwarf_eh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwarf_eh.h b/src/dwarf_eh.h
index 1ab25db..02b9db9 100644
--- a/src/dwarf_eh.h
+++ b/src/dwarf_eh.h
@@ -11,6 +11,8 @@
# include <unwind.h>
#endif
+#include <stdint.h>
+
typedef unsigned char *dw_eh_ptr_t;
// Flag indicating a signed quantity
#define DW_EH_PE_signed 0x08