mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-05 22:56:57 +02:00
BUILD: errors: include stdarg in errors.h
It's needed for va_list as defined in ha_vdiag_warning().
This commit is contained in:
parent
2a8a2f0223
commit
6b86d9e485
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user