From 8ed51dd270b734c5c3991031040355389cbe1248 Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 21 Mar 2010 22:33:09 +0000 Subject: Don't include when _MACHINE_REGSET_H_ in defined. This is not for multiple inclusion purposes, because _regset.h already handles this, but to enable inclusion of the MD header by cross-tools on non-ia64 installations. The cross-tool can include _regset.h itself before including MD headers that depend on it. --- sys/ia64/include/frame.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/ia64/include/frame.h') diff --git a/sys/ia64/include/frame.h b/sys/ia64/include/frame.h index 262a8bf..683d164 100644 --- a/sys/ia64/include/frame.h +++ b/sys/ia64/include/frame.h @@ -29,7 +29,9 @@ #ifndef _MACHINE_FRAME_H_ #define _MACHINE_FRAME_H_ +#ifndef _MACHINE_REGSET_H_ #include +#endif /* * Software trap, exception, and syscall frame. -- cgit v1.1