mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-15 11:31:23 +00:00
Fix windows build
Utilities have been moved to util/, but includes had not been updated
in Windows-specific files.
Ref: dfd0707a29
This commit is contained in:
parent
7637a113e3
commit
06104a701b
@ -1,8 +1,8 @@
|
||||
#include "command.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "log.h"
|
||||
#include "str_util.h"
|
||||
#include "util/log.h"
|
||||
#include "util/str_util.h"
|
||||
|
||||
static int
|
||||
build_cmd(char *cmd, size_t len, const char *const argv[]) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "net.h"
|
||||
#include "util/net.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "log.h"
|
||||
#include "util/log.h"
|
||||
|
||||
bool
|
||||
net_init(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user