queue-runner: Add missing signal.h include for SIGINT and kill()

This commit is contained in:
Jörg Thalheim
2025-08-03 12:13:56 +02:00
committed by John Ericson
parent a9b89ee779
commit e33b4f88dc

View File

@@ -5,6 +5,7 @@
#include <nix/util/thread-pool.hh>
#include <cstring>
#include <signal.h>
using namespace nix;