mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-20 21:12:43 +01:00
12 lines
217 B
Diff
12 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
|
|
|