From: Vincent Bernat Date: Wed, 9 Apr 2014 19:03:10 +0000 (+0200) Subject: compat: include stdarg to get va_list X-Git-Tag: 0.7.8~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f31ac893ad903f8c0fc825651380d37e015b05de;p=thirdparty%2Flldpd.git compat: include stdarg to get va_list --- diff --git a/src/compat/compat.h b/src/compat/compat.h index ab6a2864..135661cc 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -39,6 +39,7 @@ #include #include +#include #ifdef HAVE_LIBBSD # include # include