diff options
Diffstat (limited to 'lang/icc/files/stdarg.h')
-rw-r--r-- | lang/icc/files/stdarg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/icc/files/stdarg.h b/lang/icc/files/stdarg.h index c1d8b38de58c..e2f40091f821 100644 --- a/lang/icc/files/stdarg.h +++ b/lang/icc/files/stdarg.h @@ -1,3 +1,5 @@ +#ifndef __INTEL_COMPILER_STDARG_H_ +#define __INTEL_COMPILER_STDARG_H_ #include_next <stdarg.h> @@ -7,3 +9,5 @@ #define va_copy(dest, src) ((dest) = (src)) #endif #endif + +#endif /* !__INTEL_COMPILER_STDARG_H_ */ |