* pipethrough.c: #include <string.h> to compile on Solaris.
Этот коммит содержится в:
родитель
7a505ea99d
Коммит
f54aef1cfc
@ -1,3 +1,7 @@
|
||||
2004-09-26 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* pipethrough.c: #include <string.h> to compile on Solaris.
|
||||
|
||||
2004-09-26 Mike Gorchak <mike@malva.ua>
|
||||
|
||||
* key.c (qansi_key_defines[]): Add support for qansi-m terminals.
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> /* On Solaris, FD_SET invokes memset(3) */
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user