Commit 147f6208 authored by Kenton Varda's avatar Kenton Varda

Missing includes for Cygwin.

parent 0eefa6a5
......@@ -31,6 +31,8 @@
#include <errno.h>
#include <string.h>
#include <exception>
#include <sys/types.h>
#include <sys/wait.h>
namespace kj {
namespace _ { // private
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment