examples: add missing include to dpfp_threaded
authorNathan Hjelm <hjelmn@me.com>
Fri, 22 Jul 2016 04:38:32 +0000 (22:38 -0600)
committerNathan Hjelm <hjelmn@me.com>
Fri, 22 Jul 2016 04:38:32 +0000 (22:38 -0600)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
examples/dpfp_threaded.c
libusb/version_nano.h

index 0c6b3e7..d745312 100644 (file)
@@ -29,6 +29,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <fcntl.h>
 
 #include "libusb.h"
 
index beb50c1..75b9b06 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11118
+#define LIBUSB_NANO 11119