mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
compiler: update cheaders.v for NetBSD support
This commit is contained in:
parent
d92291dd76
commit
5deb29a7c9
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ const (
|
||||||
#include <sys/wait.h> // os__wait uses wait on nix
|
#include <sys/wait.h> // os__wait uses wait on nix
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __NetBSD__
|
||||||
|
#include <sys/wait.h> // os__wait uses wait on nix
|
||||||
|
#endif
|
||||||
|
|
||||||
$c_common_macros
|
$c_common_macros
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue