mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-14 11:14:29 +01:00
Include USB header only if HAVE_USB
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
#include "cli.h"
|
||||
#include "options.h"
|
||||
#include "scrcpy.h"
|
||||
#include "usb/scrcpy_otg.h"
|
||||
#ifdef HAVE_USB
|
||||
# include "usb/scrcpy_otg.h"
|
||||
#endif
|
||||
#include "util/log.h"
|
||||
#include "util/net.h"
|
||||
#include "util/thread.h"
|
||||
|
||||
Reference in New Issue
Block a user