mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 20:03:43 +01:00
Include libunwind-ia64.h instead of libunwind.h.
(Logical change 1.12)
This commit is contained in:
parent
4b00b1f7b5
commit
1f20cef057
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ License. */
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <libunwind.h>
|
#include <libunwind-ia64.h>
|
||||||
|
|
||||||
#define struct_offset(str,fld) ((char *)&((str *)NULL)->fld - (char *) 0)
|
#define struct_offset(str,fld) ((char *)&((str *)NULL)->fld - (char *) 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue