summaryrefslogtreecommitdiff
path: root/comms/scrcpy/files/patch-app_src_usb_usb.h
blob: 0dd4fbf92d982bc88958abe2c57e53de7de5c57d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- app/src/usb/usb.h.orig	2022-06-30 04:29:07 UTC
+++ app/src/usb/usb.h
@@ -4,7 +4,7 @@
 #include "common.h"
 
 #include <stdbool.h>
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
 
 #include "util/thread.h"