Include stdarg for va_list.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-06-04 10:16:36 +10:00
parent 999c89083e
commit 954fc8a70a

View file

@ -25,6 +25,7 @@
#include <config.h>
#include <linux/input.h>
#include <stdarg.h>
struct libevdev;