void-packages/srcpkgs/samba/patches/samba-bgqd-include-signal-h.patch
Otto Modinos 098bae8c76 samba: update to 4.20.1.
This also builds and packages the io_uring VFS and more importantly the
AD Domain Control part of Samba.
2024-05-25 22:48:09 -05:00

15 lines
469 B
Diff

SIGTERM and SIGPIPE are used but undefined.
diff --git a/source3/printing/samba-bgqd.c b/source3/printing/samba-bgqd.c
index 8ac6ec5..09a5d12 100644
--- a/source3/printing/samba-bgqd.c
+++ b/source3/printing/samba-bgqd.c
@@ -40,6 +40,7 @@
#include "source3/lib/util_procid.h"
#include "source3/auth/proto.h"
#include "source3/printing/queue_process.h"
#include "source3/lib/substitute.h"
+#include <signal.h>
static void watch_handler(struct tevent_req *req)
{