Add missing include This is needed to fix the build on uClibc, due to the usage of va_list. Signed-off-by: Thomas Petazzoni Index: b/cil/src/cil_log.h =================================================================== --- a/cil/src/cil_log.h +++ b/cil/src/cil_log.h @@ -30,6 +30,7 @@ #define CIL_LOG_H_ #include +#include #include #define MAX_LOG_SIZE 512