]> git.sesse.net Git - bmusb/blobdiff - main.cpp
Set libusb timeout to one second, to help shutdown if the thread is started with...
[bmusb] / main.cpp
index a7f63a12352bbab0fa39183ed8c1ad50432ba406..a50363ab8cab6286df19f4237786c5d510c0fe62 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -1,8 +1,9 @@
 #include <stdio.h>
 #include <unistd.h>
-#include "bmusb.h"
+#include "bmusb/bmusb.h"
 
 using namespace std;
+using namespace bmusb;
        
 BMUSBCapture *usb;