• Christoph Reiter's avatar
    launcher: Fix build with mingw-w64 · fa22b42d
    Christoph Reiter authored
    execv() requires process.h to be included according to the MSVC documentation
    but for some reason it also works without it.
    
    mingw-w64 on the other hand fails to build the launcher if the include isn't there,
    so add it.
    fa22b42d
launcher.c 10.1 KB