mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libinput: Add missing header to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user