11 lines
264 B
Diff
11 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" {
|