libinput: Add missing header to fix compilation

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-02-12 12:36:07 -08:00
parent da2974620e
commit 671f0363a4
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -29,6 +29,7 @@
extern "C" {
#endif
+#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <libudev.h>