From 6b86d9e485908dc05132dd49bc84ebfaa9f51f7d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 9 May 2021 12:04:09 +0200 Subject: [PATCH] BUILD: errors: include stdarg in errors.h It's needed for va_list as defined in ha_vdiag_warning(). --- include/haproxy/errors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/haproxy/errors.h b/include/haproxy/errors.h index e0eff9c3c..4ece6e555 100644 --- a/include/haproxy/errors.h +++ b/include/haproxy/errors.h @@ -22,6 +22,7 @@ #ifndef _HAPROXY_ERRORS_H #define _HAPROXY_ERRORS_H +#include #include /* These flags may be used in various functions which are called from within