iptables: bump to version 1.6.1
[buildroot-gz.git] / package / cc-tool / 0001-add-missing-stdarg-include.patch
blobc4f47fd30c5a39efcfedf374cd64587fede69010
1 Add missing <stdarg.h> include for va_list
3 Fixes the build on uClibc.
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 @@
13 #include <stdio.h>
14 #include <stdlib.h>
15 +#include <stdarg.h>
16 #include "common.h"
18 class Log