mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
11 lines
217 B
Diff
11 lines
217 B
Diff
--- a/src/ircd_signal.h
|
|
+++ b/src/ircd_signal.h
|
|
@@ -24,6 +24,8 @@
|
|
* @brief Header file for IRC daemon signal handling.
|
|
*/
|
|
|
|
+#include <signal.h>
|
|
+
|
|
#ifndef INCLUDED_ircd_signal_h
|
|
#define INCLUDED_ircd_signal_h
|
|
|