Skip to content

Commit 9f960a3

Browse files
authored
Merge pull request #5247 from grondo/missing-include
flux-job: add missing include of signal.h
2 parents f806f27 + 254c7d0 commit 9f960a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/flux-job.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <jansson.h>
2929
#include <argz.h>
3030
#include <sys/ioctl.h>
31+
#include <signal.h>
3132
#include <flux/core.h>
3233
#include <flux/optparse.h>
3334
#include <flux/hostlist.h>

0 commit comments

Comments
 (0)