summaryrefslogtreecommitdiff
path: root/Src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h4
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h>
#endif
+#ifdef HAVE_STDARG_H
+# include <stdarg.h>
+#endif
+
#ifdef HAVE_ERRNO_H
# include <errno.h>
#endif