packages/libs/libinput/patches/010-musl-fix.patch

11 lines
169 B
Diff
Raw Normal View History

--- 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>