From 2174b7d5359dbd1842b6d236437bf0e6311ff3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 23 Jan 2017 22:56:20 +0100 Subject: [PATCH] Fixup. --- tests/0-usds.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/0-usds.d b/tests/0-usds.d index 25bc910..373fd1c 100644 --- a/tests/0-usds.d +++ b/tests/0-usds.d @@ -18,7 +18,7 @@ import eventcore.core; import eventcore.socket; import std.file : exists, remove; import std.socket : UnixAddress; -import core.time : Duration; +import core.time : Duration, msecs; ubyte[256] s_rbuf; bool s_done;