summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-03-11 22:30:23 +0200
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-03-11 22:30:23 +0200
commit714b5a213dc1f5badbf9d05f11183169dbd0a254 (patch)
tree99a8a1dd22b771cbd7ffc86f39bf81a7d1eca8e4 /src
parent81eab80f40fd6c0d7ffb3734e27480ea5617807a (diff)
downloadusbhid-dump-714b5a213dc1f5badbf9d05f11183169dbd0a254.tar.gz
Add missing stdint.h includesstdint_fix
Include stdint.h where used. This fixes Gentoo/FreeBSD build issues. Reported by Mike Frysinger. Based on the fix by the same.
Diffstat (limited to 'src')
-rw-r--r--src/usbhid-dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usbhid-dump.c b/src/usbhid-dump.c
index 56a2956..892ea6e 100644
--- a/src/usbhid-dump.c
+++ b/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