diff options
Diffstat (limited to 'usr/src/uts/common/sys/poll.h')
-rw-r--r-- | usr/src/uts/common/sys/poll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/poll.h b/usr/src/uts/common/sys/poll.h index 4434a8551a..558edbfba9 100644 --- a/usr/src/uts/common/sys/poll.h +++ b/usr/src/uts/common/sys/poll.h @@ -96,7 +96,7 @@ typedef unsigned long nfds_t; #endif /* _KERNEL */ -#if defined(_KERNEL) || defined(_KMEMUSER) +#if defined(_KERNEL) || defined(_FAKE_KERNEL) || defined(_KMEMUSER) #include <sys/thread.h> |