]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/MINOR: stdarg.h inclusion
authorDavid Carlier <devnexen@gmail.com>
Fri, 3 Nov 2017 12:00:26 +0000 (12:00 +0000)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Nov 2017 14:04:09 +0000 (15:04 +0100)
Needed for the memvprintf part, the va_list type.
Spotted during OpenBSD build.

include/common/standard.h

index 59809b4c77698be142b647820877b4c04d2a9b47..a06fb84461f5154cd7fd59ba767bdac4b66fba3f 100644 (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>