summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-07-21 22:38:32 -0600
committerNathan Hjelm <hjelmn@me.com>2016-07-21 22:38:32 -0600
commit9afb5c0caf7778d8757ddabadca16aebd7819810 (patch)
treedbabd1ea3a56948452b1b5340ac54c6b51098259
parent001f68782c364186cbb116b44f52c6d489973d08 (diff)
downloadlibusb-9afb5c0caf7778d8757ddabadca16aebd7819810.tar.gz
examples: add missing include to dpfp_threaded
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
-rw-r--r--examples/dpfp_threaded.c1
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 1 deletions
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 <string.h>
#include <stdio.h>
#include <stdlib.h>
+#include <fcntl.h>
#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