We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055e113 commit b4d0e12Copy full SHA for b4d0e12
vlib/os/os.c.v
@@ -5,6 +5,10 @@ import strings
5
#include <sys/stat.h> // #include <signal.h>
6
#include <errno.h>
7
8
+$if freebsd {
9
+ #include <sys/sysctl.h>
10
+}
11
+
12
pub const (
13
args = []string{}
14
)
0 commit comments