mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
shell.c: Include sys/wait.h
Required for the W* macros on OpenBSD. Reported by Brian Callahan.
This commit is contained in:
parent
c0334e071a
commit
29f347c19c
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include <ncurses.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
void shell_draw() {
|
||||
char *full_path;
|
||||
|
|
|
|||
Loading…
Reference in a new issue