mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-11 02:21:45 +03:00
src/subshell/proxyfunc.c: fix up includes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
29110e5681
commit
02f49a8f6d
@ -24,10 +24,12 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <signal.h> /* kill() */
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h> /* waitpid() */
|
||||
|
||||
#include "lib/global.h"
|
||||
#include "lib/widget.h"
|
||||
|
||||
#include "src/setup.h" /* quit */
|
||||
#include "src/filemanager/midnight.h" /* current_panel */
|
||||
|
Loading…
x
Reference in New Issue
Block a user