unix: fix build on dragonfly bsd
Unbreak compilation on Dragonfly BSD, that uses kqueue, too.
This commit is contained in:
parent
e82d46452e
commit
d27a62deff
@ -252,6 +252,7 @@ typedef struct {
|
||||
|
||||
#elif defined(__APPLE__) \
|
||||
|| defined(__FreeBSD__) \
|
||||
|| defined(__DragonFly__) \
|
||||
|| defined(__OpenBSD__) \
|
||||
|| defined(__NetBSD__)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user