toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / libsepol / 0003-add-stdarg-include.patch
blob246c9654dd9858857d4f5e8acc4dea4d4dbf40dd
1 Add missing <stdarg.h> include
3 This is needed to fix the build on uClibc, due to the usage of
4 va_list.
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 Index: b/cil/src/cil_log.h
8 ===================================================================
9 --- a/cil/src/cil_log.h
10 +++ b/cil/src/cil_log.h
11 @@ -30,6 +30,7 @@
12 #define CIL_LOG_H_
14 #include <stdlib.h>
15 +#include <stdarg.h>
16 #include <cil/cil.h>
18 #define MAX_LOG_SIZE 512