fix deprecation warning

This commit is contained in:
Adam D. Ruppe 2016-03-01 13:36:28 -05:00
parent 227f3356c3
commit decb21eb26
1 changed files with 1 additions and 1 deletions

2
cgi.d
View File

@ -3455,7 +3455,7 @@ version(Windows) {
} }
version(Posix) { version(Posix) {
static import linux = std.c.linux.linux; static import linux = core.sys.posix.unistd;
} }
string getTempDirectory() { string getTempDirectory() {