зеркало из https://github.com/microsoft/git.git
Merge branch 'tb/run-command-needs-alloc-h'
Fix the build problem with NO_PTHREADS defined, a fallout from recent header file shuffling. * tb/run-command-needs-alloc-h: run-command.c: fix missing include under `NO_PTHREADS`
This commit is contained in:
Коммит
75ab1fa5ab
|
@ -16,6 +16,7 @@
|
|||
#include "packfile.h"
|
||||
#include "hook.h"
|
||||
#include "compat/nonblock.h"
|
||||
#include "alloc.h"
|
||||
|
||||
void child_process_init(struct child_process *child)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче