void-packages/srcpkgs/kore/patches/musl.patch
2018-12-23 23:13:30 +01:00

10 lines
264 B
Diff

--- include/kore/kore.h 2018-12-23 22:58:19.554780573 +0100
+++ include/kore/kore.h 2018-12-23 22:58:40.453780146 +0100
@@ -44,6 +44,7 @@
#include <syslog.h>
#include <unistd.h>
#include <stdarg.h>
+#include <signal.h>
#if defined(__cplusplus)
extern "C" {