[libunwind] Avoid using C++ headers.

This is useful for building libunwind on libcxx-free systems.

llvm-svn: 321440
This commit is contained in:
whitequark 2017-12-25 13:06:09 +00:00
parent 18e6a788fb
commit 91e49066e3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits>
#include <limits.h>
#include "libunwind.h"
#include "dwarf2.h"