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

This commit is contained in:
kenton@google.com 2010-01-20 01:59:22 +00:00
parent 08e9036f61
commit 4844368346

View file

@ -34,6 +34,7 @@
#ifndef _WIN32
#include <errno.h>
#include <sys/select.h>
#include <sys/wait.h>
#include <signal.h>
#endif