mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* pipethrough.c: #include <string.h> to compile on Solaris.
This commit is contained in:
parent
7a505ea99d
commit
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user