1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 18:14:20 +00:00

sys/wait.h not required in windows

This commit is contained in:
Kano 2012-02-08 19:07:41 +11:00
parent f19e67fe3a
commit 95e1e195ac

View File

@ -23,9 +23,9 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h>
#ifndef WIN32 #ifndef WIN32
#include <sys/wait.h>
#include <sys/resource.h> #include <sys/resource.h>
#endif #endif
#include <libgen.h> #include <libgen.h>