mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: add missing includes
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
module rand
|
||||
|
||||
#include <Security/SecRandom.h>
|
||||
|
||||
#flag darwin -framework Security
|
||||
|
||||
pub fn read(bytes_needed int) ?[]byte {
|
||||
|
Reference in New Issue
Block a user