1--- apps/wolfssh/wolfssh.c.orig	2023-12-23 00:40:00 UTC
2+++ apps/wolfssh/wolfssh.c
3@@ -45,6 +45,7 @@
4 #endif
5
6 #include <sys/param.h>
7+#include <sys/signal.h>
8 #include <libgen.h>
9
10 #ifdef WOLFSSH_SHELL
11--- examples/client/client.c.orig	2023-12-23 00:40:00 UTC
12+++ examples/client/client.c
13@@ -44,6 +44,8 @@
14     #include <termios.h>
15 #endif
16
17+#include <sys/signal.h>
18+
19 #ifdef WOLFSSH_SHELL
20     #ifdef HAVE_PTY_H
21         #include <pty.h>
22