Fix Linux compilation.
This commit is contained in:
parent
d1829669ec
commit
b52747247b
4 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,9 @@ import eventcore.drivers.posix.driver;
|
|||
|
||||
final class InotifyEventDriverWatchers(Loop : PosixEventLoop) : EventDriverWatchers
|
||||
{
|
||||
import core.stdc.errno : errno, EAGAIN, EINPROGRESS;
|
||||
import core.sys.posix.fcntl, core.sys.posix.unistd, core.sys.linux.sys.inotify;
|
||||
import std.algorithm.comparison : among;
|
||||
import std.file;
|
||||
|
||||
private {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue