[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ed] [PATCH] minix port
From: |
Thomas Cort |
Subject: |
Re: [Bug-ed] [PATCH] minix port |
Date: |
Wed, 12 May 2010 14:58:45 -0400 |
>> --- ed-1.4.orig/signal.c 2009-06-12 12:25:39.000000000 +0000
>> +++ ed-1.4/signal.c 2010-05-11 14:17:25.000000000 +0000
>> @@ -25,6 +25,7 @@
>> #include <string.h>
>> #include <unistd.h>
>> #include <sys/ioctl.h>
>> +#include <termios.h>
>
> Please, could you tell me what feature in signal.c does need the inclusion
> of termios.h?
struct winsize
Regards,
Thomas