logging: include stdarg.h for va_list

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
This commit is contained in:
Christoph Fritz 2011-09-01 16:22:17 +02:00 committed by Harald Welte
parent 712691d8d8
commit ab7c9c766b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stdarg.h>
#include <osmocom/core/linuxlist.h>
/*! \brief Maximum number of logging contexts */