diff options
author | 1996-08-11 21:05:46 +0000 | |
---|---|---|
committer | 1996-08-11 21:05:46 +0000 | |
commit | e14ba3c3f84f0c0870d53eb812fb2bfd627bdd51 (patch) | |
tree | 511bbb3138731dafe21e480147e208d0f8be902c /sys/lib/libkern/random.c | |
parent | default to INSECURE (diff) | |
download | wireguard-openbsd-e14ba3c3f84f0c0870d53eb812fb2bfd627bdd51.tar.xz wireguard-openbsd-e14ba3c3f84f0c0870d53eb812fb2bfd627bdd51.zip |
make -Wstrict-prototypes happy
Diffstat (limited to 'sys/lib/libkern/random.c')
-rw-r--r-- | sys/lib/libkern/random.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/lib/libkern/random.c b/sys/lib/libkern/random.c index 970cbf4bc6c..7fef7c27bb2 100644 --- a/sys/lib/libkern/random.c +++ b/sys/lib/libkern/random.c @@ -37,6 +37,8 @@ #include <sys/types.h> +#include <lib/libkern/libkern.h> + /* * Pseudo-random number generator for randomizing the profiling clock, * and whatever else we might use it for. The result is uniform on |