diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2018-11-05 19:47:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 19:47:30 (GMT) |
commit | a3f284ac35a2a93b8f85edf7930c426cbc4402d7 (patch) | |
tree | 6b39e1901337c2ce058cc762177d510520f6ccf2 /src | |
parent | 9342a7e5ff660c421e9cedec6bb2d822dce9a7f8 (diff) | |
parent | 2950bb1af9f00e30330de2d665be7317cf2b2ca3 (diff) | |
download | Ninja-a3f284ac35a2a93b8f85edf7930c426cbc4402d7.zip Ninja-a3f284ac35a2a93b8f85edf7930c426cbc4402d7.tar.gz Ninja-a3f284ac35a2a93b8f85edf7930c426cbc4402d7.tar.bz2 |
Merge pull request #1326 from 0-wiz-0/master
Two fixes for NetBSD
Diffstat (limited to 'src')
-rw-r--r-- | src/subprocess-posix.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subprocess-posix.cc b/src/subprocess-posix.cc index 53f5a3a..fc5543e 100644 --- a/src/subprocess-posix.cc +++ b/src/subprocess-posix.cc @@ -14,6 +14,7 @@ #include "subprocess.h" +#include <sys/select.h> #include <assert.h> #include <errno.h> #include <fcntl.h> |