12 lines
262 B
C
12 lines
262 B
C
|
--- bast.c.orig Thu Oct 21 20:32:29 2004
|
||
|
+++ bast.c Thu Oct 21 20:32:39 2004
|
||
|
@@ -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>
|