blob: 3919516c04982f109e4000cf7506b5d16d79ce18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- sj3/sjgetchar.c.orig Sun Feb 6 18:59:26 2000
+++ sj3/sjgetchar.c Sun Feb 6 19:00:02 2000
@@ -52,6 +52,9 @@
#if defined(__NetBSD__) || defined(__bsdi__)
#define USE_OLD_TTY
#endif
+#if defined(__FreeBSD__)
+#include <sys/ioctl_compat.h>
+#endif
#include <curses.h>
#endif
|