mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 12:24:32 +04:00
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>
|