From 9afb5c0caf7778d8757ddabadca16aebd7819810 Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Thu, 21 Jul 2016 22:38:32 -0600 Subject: [PATCH] examples: add missing include to dpfp_threaded Signed-off-by: Nathan Hjelm --- examples/dpfp_threaded.c | 1 + libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/dpfp_threaded.c b/examples/dpfp_threaded.c index 0c6b3e7..d745312 100644 --- a/examples/dpfp_threaded.c +++ b/examples/dpfp_threaded.c @@ -29,6 +29,7 @@ #include #include #include +#include #include "libusb.h" diff --git a/libusb/version_nano.h b/libusb/version_nano.h index beb50c1..75b9b06 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11118 +#define LIBUSB_NANO 11119 -- 2.7.4