From b55f3608d0586488da0839ab230771a1eb87b0b9 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 18 Sep 2000 20:42:04 +0000 Subject: Include to silence suser() compiler warning. Approved by: markm --- sys/dev/random/randomdev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/random') diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index d5730c4..dfb1e6e 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1