The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cc-tool / 0001-add-missing-stdarg-include.patch
1 Add missing <stdarg.h> include for va_list
2
3 Fixes the build on uClibc.
4
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6
7 Index: b/src/common/log.h
8 ===================================================================
9 --- a/src/common/log.h
10 +++ b/src/common/log.h
11 @@ -13,6 +13,7 @@
12  
13  #include <stdio.h>
14  #include <stdlib.h>
15 +#include <stdarg.h>
16  #include "common.h"
17  
18  class Log