fixed compilation error on PC-BSD

This commit is contained in:
Andrey Prygunkov
2008-04-08 17:39:26 +00:00
parent 4a421c705a
commit b4211a57e6

View File

@@ -37,6 +37,7 @@
#ifndef WIN32
#include <unistd.h>
#include <sys/wait.h>
#include <signal.h>
#endif
#include <sys/stat.h>
#include <errno.h>