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 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "../../command.h"
|
#include "../../command.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <SDL2/SDL_log.h>
|
||||||
#include "../strutil.h"
|
#include "../../strutil.h"
|
||||||
|
|
||||||
HANDLE cmd_execute(const char *path, const char *const argv[]) {
|
HANDLE cmd_execute(const char *path, const char *const argv[]) {
|
||||||
STARTUPINFO si;
|
STARTUPINFO si;
|
||||||
|
|
Loading…
Reference in a new issue