From: Fabrice Fontaine Date: Mon, 3 Dec 2018 21:18:16 +0000 (+0100) Subject: stringutils: include stdarg for va_list X-Git-Tag: lxc-3.1.0~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2745%2Fhead;p=thirdparty%2Flxc.git stringutils: include stdarg for va_list Fixes: - http://autobuild.buildroot.org/results/0b90e7dca2984652842832a41abad93ac49a9b86 Signed-off-by: Fabrice Fontaine --- diff --git a/src/lxc/string_utils.h b/src/lxc/string_utils.h index 4065e4e6b..d4e633cc6 100644 --- a/src/lxc/string_utils.h +++ b/src/lxc/string_utils.h @@ -20,6 +20,8 @@ #ifndef __LXC_STRING_UTILS_H #define __LXC_STRING_UTILS_H +#include + #include "config.h" #include "initutils.h"