mirror of
git://github.com/lxc/lxc
synced 2025-08-29 16:19:51 +00:00
stringutils: include stdarg for va_list
Fixes: - http://autobuild.buildroot.org/results/0b90e7dca2984652842832a41abad93ac49a9b86 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
9e42c1e3f1
commit
b7df06ad14
@ -20,6 +20,8 @@
|
||||
#ifndef __LXC_STRING_UTILS_H
|
||||
#define __LXC_STRING_UTILS_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "initutils.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user