blob: 3aecbdfec04c53c69acdaa29f4359317f4fb4883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
https://sourceforge.net/p/digimend/bugs/41/
--- a/usbhid-dump/lib/iface.c
+++ b/usbhid-dump/lib/iface.c
@@ -30,6 +30,7 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
+#include <stdint.h>
#include <string.h>
bool
--- a/usbhid-dump/lib/iface_list.c
+++ b/usbhid-dump/lib/iface_list.c
@@ -30,6 +30,7 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
+#include <stdint.h>
bool
uhd_iface_list_valid(const uhd_iface *list)
--- a/usbhid-dump/src/usbhid-dump.c
+++ b/usbhid-dump/src/usbhid-dump.c
@@ -40,6 +40,7 @@
#include <unistd.h>
#include <getopt.h>
#include <stdio.h>
+#include <stdint.h>
/* Define LIBUSB_CALL for libusb <= 1.0.8 */
#ifndef LIBUSB_CALL
|