diff --git a/src/ia64/flush_cache-ia64.c b/src/ia64/flush_cache-ia64.c index 89ef503f..25f869d7 100644 --- a/src/ia64/flush_cache-ia64.c +++ b/src/ia64/flush_cache-ia64.c @@ -1,5 +1,5 @@ /* libunwind - a platform-independent unwind library - Copyright (C) 2002-2003 Hewlett-Packard Co + Copyright (C) 2002-2004 Hewlett-Packard Co Contributed by David Mosberger-Tang This file is part of libunwind. @@ -23,7 +23,8 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "unwind_i.h" +#include "internal.h" +#include "tdep.h" PROTECTED void unw_flush_cache (unw_addr_space_t as, unw_word_t lo, unw_word_t hi)