Fix includes windows-specific source

The header strutil.h is two levels above sys/win/command.c, and
SDL_log.h was missing.
master
Romain Vimont 8 years ago
parent fbf2d34006
commit 66b7a99db6

@ -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…
Cancel
Save