aboutsummaryrefslogtreecommitdiff
path: root/comms/scrcpy/files/patch-app_src_usb_aoa__hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/scrcpy/files/patch-app_src_usb_aoa__hid.h')
-rw-r--r--comms/scrcpy/files/patch-app_src_usb_aoa__hid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/scrcpy/files/patch-app_src_usb_aoa__hid.h b/comms/scrcpy/files/patch-app_src_usb_aoa__hid.h
index 703fb0574852..cce8803763f5 100644
--- a/comms/scrcpy/files/patch-app_src_usb_aoa__hid.h
+++ b/comms/scrcpy/files/patch-app_src_usb_aoa__hid.h
@@ -1,4 +1,4 @@
---- app/src/usb/aoa_hid.h.orig 2022-06-30 04:28:03 UTC
+--- app/src/usb/aoa_hid.h.orig 2024-03-02 22:22:09 UTC
+++ app/src/usb/aoa_hid.h
@@ -4,7 +4,7 @@
#include <stdint.h>
@@ -7,5 +7,5 @@
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
+ #include "hid/hid_event.h"
#include "usb.h"
- #include "util/acksync.h"