picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit f0e1e8223143b6b782329019c03ea58bba7132c7
parent 1694ed44cdad87c281d8ce8faee5f0e853123b92
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 12 Oct 2012 08:40:48 +0200

Use <termios.h> instead of <termio.h>
Diffstat:
Msrc64/sysdefs.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src64/sysdefs.c b/src64/sysdefs.c @@ -1,4 +1,4 @@ -/* 08aug12abu +/* 12oct12abu * (c) Software Lab. Alexander Burger */ @@ -11,7 +11,7 @@ #include <dirent.h> #include <signal.h> #include <dlfcn.h> -#include <termio.h> +#include <termios.h> #include <time.h> #include <poll.h> #include <termios.h>