Fix Linux compilation.

This commit is contained in:
Sönke Ludwig 2017-01-25 12:33:00 +01:00
parent d1829669ec
commit b52747247b
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C
4 changed files with 9 additions and 1 deletions

View file

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