aboutsummaryrefslogtreecommitdiff
path: root/core/net/errors_linux.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/net/errors_linux.odin')
-rw-r--r--core/net/errors_linux.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/net/errors_linux.odin b/core/net/errors_linux.odin
index 9047b4020..f53a47d15 100644
--- a/core/net/errors_linux.odin
+++ b/core/net/errors_linux.odin
@@ -1,5 +1,5 @@
package net
-// +build linux
+#+build linux
/*
Package net implements cross-platform Berkeley Sockets, DNS resolution and associated procedures.