Skip to content

Commit 254c7d0

Browse files
committed
flux-job: add missing include of <signal.h>
Problem: flux-job.c is missing a necessary include of signal.h. Add the missing include.
1 parent f806f27 commit 254c7d0

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)