mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
phobos 0.99
This commit is contained in:
parent
f86a362105
commit
5b1e376698
10 changed files with 332 additions and 15 deletions
|
@ -48,7 +48,7 @@ const int SOCKET_ERROR = -1;
|
|||
|
||||
private:
|
||||
|
||||
import std.string, std.stdint;
|
||||
import std.string, std.stdint, std.c.stdlib;
|
||||
|
||||
|
||||
version(Win32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue