From dd5602f59b599177fb130512fc543f7efa951990 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 30 May 2006 22:35:03 +0000 Subject: 22474: use variable argument lists to improve error message handling --- Src/system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index 377cd173e..340f4693b 100644 --- a/Src/system.h +++ b/Src/system.h @@ -153,6 +153,10 @@ char *alloca _((size_t)); # include #endif +#ifdef HAVE_STDARG_H +# include +#endif + #ifdef HAVE_ERRNO_H # include #endif -- cgit 1.4.1