mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:31:22 +00:00
11 lines
169 B
Diff
11 lines
169 B
Diff
--- 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>
|