From 8e31c82dbd7dad4d33b35d242b5a990f1168a859 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 16 Feb 2011 15:16:33 -0800 Subject: Add multiple inclusion protection to some Mach/i386 internal headers. --- sysdeps/mach/i386/sysdep.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/mach/i386/sysdep.h') diff --git a/sysdeps/mach/i386/sysdep.h b/sysdeps/mach/i386/sysdep.h index 4fc5d50f3d..fb77d4649c 100644 --- a/sysdeps/mach/i386/sysdep.h +++ b/sysdeps/mach/i386/sysdep.h @@ -18,6 +18,9 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#ifndef _MACH_I386_SYSDEP_H +#define _MACH_I386_SYSDEP_H 1 + /* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO. */ #include #include @@ -64,3 +67,5 @@ #undef ENTRY #undef ALIGN #include + +#endif /* mach/i386/sysdep.h */ -- cgit v1.2.3