From 8e6f3c84851c8efb66d3e153a22b8aff33f91da5 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Fri, 20 May 2005 09:48:08 +0000 Subject: [PATCH] Include "rse.h" instead of "ia64/rse.h". (Logical change 1.294) --- src/ia64/Gget_save_loc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ia64/Gget_save_loc.c b/src/ia64/Gget_save_loc.c index 80e42d65..7bc2b19d 100644 --- a/src/ia64/Gget_save_loc.c +++ b/src/ia64/Gget_save_loc.c @@ -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 This file is part of libunwind. @@ -25,7 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -#include "ia64/rse.h" +#include "rse.h" #include "offsets.h" #include "regs.h"