c4f47fd30c5a39efcfedf374cd64587fede69010
[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