From: Dan Langille Date: Wed, 1 Apr 2026 19:49:39 +0000 (+0000) Subject: include termios.h to fix build on FreeBSD 16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fbacula.git include termios.h to fix build on FreeBSD 16 --- diff --git a/bacula/src/console/conio.c b/bacula/src/console/conio.c index 2bea887e74..7ac61d642f 100755 --- a/bacula/src/console/conio.c +++ b/bacula/src/console/conio.c @@ -56,6 +56,7 @@ #include #include +#include #ifdef HAVE_SUN_OS #ifndef _TERM_H