Skip to content

Commit 6d4a962

Browse files
committed
queue-runner: Add missing signal.h include for SIGINT and kill()
1 parent 323b47b commit 6d4a962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hydra-queue-runner/queue-monitor.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <nix/util/thread-pool.hh>
66

77
#include <cstring>
8+
#include <signal.h>
89

910
using namespace nix;
1011

0 commit comments

Comments
 (0)