diff options
Diffstat (limited to 'sysdeps/mach/i386/thread_state.h')
-rw-r--r-- | sysdeps/mach/i386/thread_state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/i386/thread_state.h b/sysdeps/mach/i386/thread_state.h index cefea2cfb6..e8fdef6e57 100644 --- a/sysdeps/mach/i386/thread_state.h +++ b/sysdeps/mach/i386/thread_state.h @@ -17,6 +17,9 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#ifndef _MACH_I386_THREAD_STATE_H +#define _MACH_I386_THREAD_STATE_H 1 + #include <mach/machine/thread_status.h> #define MACHINE_THREAD_STATE_FLAVOR i386_THREAD_STATE @@ -36,3 +39,5 @@ struct machine_thread_all_state }; #include <sysdeps/mach/thread_state.h> + +#endif /* mach/i386/thread_state.h */ |