unix: fix build on dragonfly bsd

Unbreak compilation on Dragonfly BSD, that uses kqueue, too.
This commit is contained in:
Frank Denis 2012-05-20 22:43:06 -07:00 committed by Ben Noordhuis
parent e82d46452e
commit d27a62deff

View File

@ -252,6 +252,7 @@ typedef struct {
#elif defined(__APPLE__) \
|| defined(__FreeBSD__) \
|| defined(__DragonFly__) \
|| defined(__OpenBSD__) \
|| defined(__NetBSD__)