Skip to content
Snippets Groups Projects
Commit a550c6ea authored by deuce's avatar deuce
Browse files

Possible fix for broken Linux system headers.

parent 9ea15a98
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@
#ifdef __unix__
#include <unistd.h> /* _POSIX_VDISABLE - needed when termios.h is broken */
#include <signal.h> // kill()
#include <sys/wait.h> // WEXITSTATUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment