# 02_kFreeBSD_FTBFS_fix.patch
# by:
# Robert Millan <rmh@aybabtu.com>
# David Moreno Garza <damog@damog.net>
# Nacho Barrientos Arias <chipi@criptonita.com>
#
# Desc: Fixes #316921.
Index: bastet-0.41/bast.c
===================================================================
--- bastet-0.41.orig/bast.c 2007-07-09 21:13:21.000000000 +0200
+++ bastet-0.41/bast.c 2007-07-09 21:13:33.000000000 +0200
@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <ncurses.h>
-#include <termio.h>
+#include <termios.h>
#include <assert.h>
#include <unistd.h>
#include <string.h>