Commit 09fe49d9 authored by Kenton Varda's avatar Kenton Varda

Add missing include needed on OSX.

parent ab3fc0e6
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <unistd.h> #include <unistd.h>
#include <errno.h>
namespace capnp { namespace capnp {
......
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