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.

10 lines
201 B

  1. --- a/hidapi/linux/hid.c
  2. +++ b/hidapi/linux/hid.c
  3. @@ -24,6 +24,7 @@
  4. /* C */
  5. #include <stdio.h>
  6. #include <string.h>
  7. +#include <stdarg.h>
  8. #include <stdlib.h>
  9. #include <locale.h>
  10. #include <errno.h>