mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-31 14:25:56 +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:
@@ -1,8 +1,8 @@
|
|||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "log.h"
|
#include "util/log.h"
|
||||||
#include "str_util.h"
|
#include "util/str_util.h"
|
||||||
|
|
||||||
static int
|
static int
|
||||||
build_cmd(char *cmd, size_t len, const char *const argv[]) {
|
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 "config.h"
|
||||||
#include "log.h"
|
#include "util/log.h"
|
||||||
|
|
||||||
bool
|
bool
|
||||||
net_init(void) {
|
net_init(void) {
|
||||||
|
Reference in New Issue
Block a user