From ab7c9c766be31f1b79b3723826de1146ac553eb5 Mon Sep 17 00:00:00 2001 From: Christoph Fritz Date: Thu, 1 Sep 2011 16:22:17 +0200 Subject: logging: include stdarg.h for va_list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes tiny compile error: CC socket.lo In file included from socket.c:13: ../include/osmocom/core/logging.h:31: error: expected declaration specifiers or ‘...’ before ‘va_list’ make[3]: *** [socket.lo] Error 1 --- include/osmocom/core/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/core/logging.h') diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index fc4e2fb4..72e4c93e 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -9,6 +9,7 @@ #include #include +#include #include /*! \brief Maximum number of logging contexts */ -- cgit v1.2.3