xkbcommon.h build fix for missing stdarg.h
authorPekka Paalanen <ppaalanen@gmail.com>
Mon, 20 Aug 2012 12:34:07 +0000 (15:34 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 11 Sep 2012 13:32:58 +0000 (14:32 +0100)
In file included from external/collabora/libxkbcommon/src/xkb-priv.h:87,
                 from external/collabora/libxkbcommon/src/xkbcomp/xkbcomp.h:30,
                 from external/collabora/libxkbcommon/src/xkbcomp/xkbcomp-priv.h:30,
                 from external/collabora/libxkbcommon/src/xkbcomp/action.h:30,
                 from external/collabora/libxkbcommon/src/xkbcomp/action.c:27:
external/collabora/libxkbcommon/xkbcommon/xkbcommon.h:279: error: expected declaration specifiers or '...' before 'va_list'

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
xkbcommon/xkbcommon.h

index e003d0d..1991d08 100644 (file)
@@ -82,6 +82,7 @@
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
+#include <stdarg.h>
 
 #include <xkbcommon/xkbcommon-names.h>
 #include <xkbcommon/xkbcommon-keysyms.h>