Browse Source

sys/wait.h not required in windows

nfactor-troky
Kano 13 years ago
parent
commit
95e1e195ac
  1. 2
      device-cpu.c

2
device-cpu.c

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

Loading…
Cancel
Save