Added build tag

Added build tag to rand_bsd.odin and fixed build warning.
This commit is contained in:
Andreas T Jonsson
2024-04-22 09:32:19 +02:00
parent 50cbb802b7
commit 1b15d8b453
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//+build freebsd, openbsd
//+build freebsd, openbsd, netbsd
package crypto
foreign import libc "system:c"