Skip to content
Snippets Groups Projects
Commit 29f347c1 authored by Yorhel's avatar Yorhel
Browse files

shell.c: Include sys/wait.h

Required for the W* macros on OpenBSD. Reported by Brian Callahan.
parent c0334e07
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
#include <ncurses.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
void shell_draw() {
char *full_path;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment