mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 07:57:38 +01:00
Include "rse.h" instead of "ia64/rse.h".
(Logical change 1.294)
This commit is contained in:
parent
83820a78d1
commit
8e6f3c8485
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2002-2003 Hewlett-Packard Co
|
||||
Copyright (C) 2002-2003, 2005 Hewlett-Packard Co
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of libunwind.
|
||||
|
@ -25,7 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#include <assert.h>
|
||||
|
||||
#include "ia64/rse.h"
|
||||
#include "rse.h"
|
||||
|
||||
#include "offsets.h"
|
||||
#include "regs.h"
|
||||
|
|
Loading…
Reference in a new issue