diff options
author | 2020-02-18 16:05:56 +0000 | |
---|---|---|
committer | 2020-02-18 16:05:56 +0000 | |
commit | fb3901a299ed79c5c3e05e5e007a1b440d59b1df (patch) | |
tree | 1576bf5142730be0da093e0584c4c9b6f9960b79 | |
parent | pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@ (diff) | |
download | wireguard-openbsd-fb3901a299ed79c5c3e05e5e007a1b440d59b1df.tar.xz wireguard-openbsd-fb3901a299ed79c5c3e05e5e007a1b440d59b1df.zip |
Let aac(4) compile again by #include'ing selinfo.h.
-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> |