Skip to content

Commit 893b8ed

Browse files
committed
support win32
1 parent d87afa1 commit 893b8ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/redis/connection.d

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ debug(redis) {
1111
import std.stdio : writeln;
1212
import redis.encoder : escape;
1313
}
14+
version(Win32)
15+
{
16+
import std.socket;
17+
}
1418

1519
public:
1620

0 commit comments

Comments
 (0)