Skip to content

Commit 75ab1fa

Browse files
committed
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`
2 parents 004e0f7 + 52c0f33 commit 75ab1fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-command.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "packfile.h"
1717
#include "hook.h"
1818
#include "compat/nonblock.h"
19+
#include "alloc.h"
1920

2021
void child_process_init(struct child_process *child)
2122
{

0 commit comments

Comments
 (0)