diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-02-18 16:05:57 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-02-18 16:05:57 +0000 |
commit | dd63b44552a341c18f803b3ec3e19b419b351bfe (patch) | |
tree | bf72255ee437b156b572184fb9a5a36c8085e2d7 /sys/dev/ic | |
parent | 57e45341440db5b8293619fc8c3b7d18346e0618 (diff) |
Let aac(4) compile again by #include'ing selinfo.h.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c index 70efb28ff0f..8cceb1e81ce 100644 --- a/sys/dev/ic/aac.c +++ b/sys/dev/ic/aac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aac.c,v 1.75 2020/02/14 15:56:47 krw Exp $ */ +/* $OpenBSD: aac.c,v 1.76 2020/02/18 16:05:56 krw Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -53,6 +53,7 @@ #include <sys/kthread.h> #include <sys/malloc.h> #include <sys/rwlock.h> +#include <sys/selinfo.h> #include <sys/time.h> #include <machine/bus.h> |