Include missing header for pselect().

This commit is contained in:
Thomas Klausner 2017-09-10 23:25:42 +02:00
parent 7738c19dc4
commit d933127a69

View File

@ -14,6 +14,7 @@
#include "subprocess.h"
#include <sys/select.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>