Commit 48443683 authored by kenton@google.com's avatar kenton@google.com

Add missing include (that apparently didn't break anything on most platforms).

parent 08e9036f
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#ifndef _WIN32 #ifndef _WIN32
#include <errno.h> #include <errno.h>
#include <sys/select.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <signal.h> #include <signal.h>
#endif #endif
......
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