1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
openwrt-packages/lang/node-hid/patches/000-support_musl.patch
Hirokazu MORIKAWA e55bb25508 node-hid: update to 2.1.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:30:49 +09:00

11 lines
201 B
Diff

--- a/hidapi/linux/hid.c
+++ b/hidapi/linux/hid.c
@@ -24,6 +24,7 @@
/* C */
#include <stdio.h>
#include <string.h>
+#include <stdarg.h>
#include <stdlib.h>
#include <locale.h>
#include <errno.h>