diff options
| author | whitequark <whitequark@whitequark.org> | 2017-12-25 13:06:09 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2017-12-25 13:06:09 +0000 |
| commit | 91e49066e3067bcc585c434490ba73aef1c3988e (patch) | |
| tree | ff71013b86dc4ae2372d61dc615472016cf71048 /libunwind/src/DwarfParser.hpp | |
| parent | 18e6a788fb156993fc42d22b3e29d49afbf7fa81 (diff) | |
| download | bcm5719-llvm-91e49066e3067bcc585c434490ba73aef1c3988e.tar.gz bcm5719-llvm-91e49066e3067bcc585c434490ba73aef1c3988e.zip | |
[libunwind] Avoid using C++ headers.
This is useful for building libunwind on libcxx-free systems.
llvm-svn: 321440
Diffstat (limited to 'libunwind/src/DwarfParser.hpp')
| -rw-r--r-- | libunwind/src/DwarfParser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/DwarfParser.hpp b/libunwind/src/DwarfParser.hpp index 95af7a6ffa0..330daddfb4f 100644 --- a/libunwind/src/DwarfParser.hpp +++ b/libunwind/src/DwarfParser.hpp @@ -17,7 +17,7 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> -#include <limits> +#include <limits.h> #include "libunwind.h" #include "dwarf2.h" |

