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:
Romain Vimont 2018-01-19 11:11:05 +01:00
parent fbf2d34006
commit 66b7a99db6

View file

@ -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;