mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Include USB header only if HAVE_USB
This commit is contained in:
parent
42632d3f53
commit
42f2f6ef35
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue