BAH! Missed another change to this file.

This commit is contained in:
scottl 2001-12-04 02:26:57 +00:00
parent fc6ae34f0a
commit 8f464117e5

View File

@ -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.