diff options
-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> |