From 506e06091e6162a97e5c4144579d076106cdfe5c Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 3 Aug 2018 13:09:11 -0400 Subject: [PATCH] need another header --- cgi.d | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi.d b/cgi.d index b870613..38f776a 100644 --- a/cgi.d +++ b/cgi.d @@ -2708,6 +2708,7 @@ mixin template CustomCgiMainImpl(CustomCgi, alias fun, long maxContentLength = d version(embedded_httpd_processes) { import core.sys.posix.unistd; import core.sys.posix.sys.socket; + import core.sys.posix.netinet.in_; //import std.c.linux.socket; int sock = socket(AF_INET, SOCK_STREAM, 0);