You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
325 B

  1. diff -urN a/hidapi/linux/hid.c b/hidapi/linux/hid.c
  2. --- a/hidapi/linux/hid.c 1985-10-26 17:15:00.000000000 +0900
  3. +++ b/hidapi/linux/hid.c 2019-12-12 11:15:11.164454207 +0900
  4. @@ -24,6 +24,7 @@
  5. /* C */
  6. #include <stdio.h>
  7. #include <string.h>
  8. +#include <stdarg.h>
  9. #include <stdlib.h>
  10. #include <locale.h>
  11. #include <errno.h>