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:
parent
fbf2d34006
commit
66b7a99db6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user