From decb21eb260f0eec461c1989a68983dba6312aa0 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 1 Mar 2016 13:36:28 -0500 Subject: [PATCH] fix deprecation warning --- cgi.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi.d b/cgi.d index 548ecd4..ebb7e9e 100644 --- a/cgi.d +++ b/cgi.d @@ -3455,7 +3455,7 @@ version(Windows) { } version(Posix) { - static import linux = std.c.linux.linux; + static import linux = core.sys.posix.unistd; } string getTempDirectory() {