]> git.sesse.net Git - bmusb/blobdiff - fake_capture.cpp
Set libusb timeout to one second, to help shutdown if the thread is started with...
[bmusb] / fake_capture.cpp
index 9cb2afe5b3c8a03e31db562da632924b2e53189b..1410ef4b753960b3482920236e35c2a2c845109e 100644 (file)
@@ -1,7 +1,7 @@
 // A fake capture device that sends single-color frames at a given rate.
 // Mostly useful for testing themes without actually hooking up capture devices.
 
-#include "fake_capture.h"
+#include "bmusb/fake_capture.h"
 
 #include <assert.h>
 #include <stdint.h>
@@ -15,7 +15,7 @@
 #endif
 #include <cstddef>
 
-#include "bmusb.h"
+#include "bmusb/bmusb.h"
 
 #define FRAME_SIZE (8 << 20)  // 8 MB.