summaryrefslogtreecommitdiff
path: root/comms/scrcpy/files/patch-app_src_version.c
blob: 9607aa6e0d74563a2e53adafedf6fce7215756f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- app/src/version.c.orig	2025-03-29 15:15:14 UTC
+++ app/src/version.c
@@ -8,7 +8,7 @@
 # include <libavdevice/avdevice.h>
 #endif
 #ifdef HAVE_USB
-# include <libusb-1.0/libusb.h>
+# include <libusb.h>
 #endif
 #include <SDL2/SDL_version.h>