1
0
Fork 0
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:
hp.com!davidm 2002-04-05 23:37:55 +00:00
parent 4b00b1f7b5
commit 1f20cef057

View file

@ -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)