mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
e55bb25508
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 lines
201 B
Diff
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>
|