1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: update cheaders.v for NetBSD support

This commit is contained in:
d2verb 2020-01-22 00:55:07 +09:00 committed by Alexander Medvednikov
parent d92291dd76
commit 5deb29a7c9

View File

@ -88,6 +88,10 @@ const (
#include <sys/wait.h> // os__wait uses wait on nix
#endif
#ifdef __NetBSD__
#include <sys/wait.h> // os__wait uses wait on nix
#endif
$c_common_macros
#ifdef _WIN32