mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-30 13:58:08 +00:00
Fix includes windows-specific source
The header strutil.h is two levels above sys/win/command.c, and SDL_log.h was missing.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "../../command.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../strutil.h"
|
||||
#include <SDL2/SDL_log.h>
|
||||
#include "../../strutil.h"
|
||||
|
||||
HANDLE cmd_execute(const char *path, const char *const argv[]) {
|
||||
STARTUPINFO si;
|
||||
|
Reference in New Issue
Block a user