From 01ea7594ceeaa388d29d858461e3ea66daa804c5 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Sat, 23 Apr 2022 13:50:22 -0700 Subject: [PATCH] Include signal.h --- lib/clixon/clixon_sig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/clixon/clixon_sig.h b/lib/clixon/clixon_sig.h index e9fac691..7abf203e 100644 --- a/lib/clixon/clixon_sig.h +++ b/lib/clixon/clixon_sig.h @@ -38,6 +38,8 @@ #ifndef _CLIXON_SIG_H_ #define _CLIXON_SIG_H_ +#include + /* * Types */