From b05c4c0e2207eaab463e752132eeec59e78da4da Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Sun, 1 Sep 2013 14:53:11 +0200 Subject: [PATCH] log.h: add head file libcg was compiled failed in suse sp2 with libc-2.11.3: "include/libcgroup/log.h:90: error: expected declaration specifiers or '...' before 'va_list'" so add #include Signed-off-by: Libo Chen Acked-by: Dhaval Giani Acked-by: Ivana Hutarova Varekova Committer: Ivana Hutarova Varekova --- include/libcgroup/log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libcgroup/log.h b/include/libcgroup/log.h index 70e5c18d..0dd03b41 100644 --- a/include/libcgroup/log.h +++ b/include/libcgroup/log.h @@ -9,6 +9,8 @@ #include #endif +#include + __BEGIN_DECLS /** -- 2.47.2