diff options
Diffstat (limited to 'sys/ia64/include/stdarg.h')
| -rw-r--r-- | sys/ia64/include/stdarg.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sys/ia64/include/stdarg.h b/sys/ia64/include/stdarg.h index 4a0bcf859a2d..f48a20b11394 100644 --- a/sys/ia64/include/stdarg.h +++ b/sys/ia64/include/stdarg.h @@ -38,9 +38,9 @@  #ifndef _MACHINE_STDARG_H_  #define	_MACHINE_STDARG_H_ -#include <machine/ansi.h> +#include <sys/_types.h> -typedef _BSD_VA_LIST_	va_list; +typedef	__va_list	va_list;  #if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3) | 
