BUILD: errors: include stdarg in errors.h

It's needed for va_list as defined in ha_vdiag_warning().
This commit is contained in:
Willy Tarreau 2021-05-09 12:04:09 +02:00
parent 2a8a2f0223
commit 6b86d9e485

View File

@ -22,6 +22,7 @@
#ifndef _HAPROXY_ERRORS_H #ifndef _HAPROXY_ERRORS_H
#define _HAPROXY_ERRORS_H #define _HAPROXY_ERRORS_H
#include <stdarg.h>
#include <stdio.h> #include <stdio.h>
/* These flags may be used in various functions which are called from within /* These flags may be used in various functions which are called from within