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 aed5e49f46aff3de3875e4cc9487eabc9c4bc7c3
parent f0e1e8223143b6b782329019c03ea58bba7132c7
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 12 Oct 2012 09:48:34 +0200

Removed <termio.h> from src64/sysdefs.c
Diffstat:
Msrc64/sysdefs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src64/sysdefs.c b/src64/sysdefs.c @@ -3,6 +3,7 @@ */ #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <unistd.h> #include <limits.h> @@ -11,7 +12,6 @@ #include <dirent.h> #include <signal.h> #include <dlfcn.h> -#include <termios.h> #include <time.h> #include <poll.h> #include <termios.h>