]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
include termios.h to fix build on FreeBSD 16 Branch-15.0
authorDan Langille <dan@langille.org>
Wed, 1 Apr 2026 19:49:39 +0000 (19:49 +0000)
committerEric Bollengier <eric@baculasystems.com>
Thu, 2 Apr 2026 06:47:14 +0000 (08:47 +0200)
bacula/src/console/conio.c

index 2bea887e7406433f57bee865b18f4bee3b11add0..7ac61d642fc92f4a2094d133be75bd03d5a9e1c2 100755 (executable)
@@ -56,6 +56,7 @@
 
 #include <curses.h>
 #include <term.h>
+#include <termios.h>
 
 #ifdef HAVE_SUN_OS
 #ifndef _TERM_H