Unverified Commit 23e6769e authored by Mouse's avatar Mouse Committed by GitHub

Update asn_random_fill.c

Per Chetan Pandey, addressing missing include that leaves random() undeclared
parent 60a820fa
......@@ -6,6 +6,7 @@
#include <asn_internal.h>
#include <asn_random_fill.h>
#include <constr_TYPE.h>
#include <stdlib.h>
int
asn_random_fill(const struct asn_TYPE_descriptor_s *td, void **struct_ptr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment