summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/aac/aacvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h
index 99cbda0..ce15112 100644
--- a/sys/dev/aac/aacvar.h
+++ b/sys/dev/aac/aacvar.h
@@ -264,7 +264,11 @@ typedef struct simplelock aac_lock_t;
#define AAC_LOCK_RELEASE(l) simple_unlock(l)
#endif
+#if __FreeBSD_version >= 500005
#include <sys/selinfo.h>
+#else
+#include <sys/select.h>
+#endif
/*
* Per-controller structure.
OpenPOWER on IntegriCloud