BUG/MINOR: stdarg.h inclusion

Needed for the memvprintf part, the va_list type.
Spotted during OpenBSD build.
This commit is contained in:
David Carlier 2017-11-03 12:00:26 +00:00 committed by Willy Tarreau
parent f2fc1fda80
commit 5222d8eb25

View File

@ -26,6 +26,7 @@
#include <string.h>
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>