Commit c247947b authored by Kenton Varda's avatar Kenton Varda

Missing include, doesn't break build on Linux but reports suggest it breaks OSX?

parent e5e66f13
......@@ -26,6 +26,7 @@
#include <unistd.h>
#include <sys/uio.h>
#include <algorithm>
#include <errno.h>
namespace kj {
......
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