Skip to content

Commit

Permalink
fix arm64 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
thaystg committed Mar 9, 2021
1 parent 2aae463 commit b5de06d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/pal/src/exception/remote-unwind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "pal/debug.h"
#include "pal_endian.h"
#include "pal.h"
#ifndef DBI_COMPONENT_MONO
#define __STDC_FORMAT_MACROS
#endif
#include <inttypes.h>
#include <dlfcn.h>

Expand Down

0 comments on commit b5de06d

Please sign in to comment.