summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2020-02-18 16:05:57 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2020-02-18 16:05:57 +0000
commitdd63b44552a341c18f803b3ec3e19b419b351bfe (patch)
treebf72255ee437b156b572184fb9a5a36c8085e2d7 /sys/dev/ic
parent57e45341440db5b8293619fc8c3b7d18346e0618 (diff)
Let aac(4) compile again by #include'ing selinfo.h.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/aac.c3
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>