From 9e7c8604143a23778cce7d71ca8f2c3dcce4a0c3 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 21 Dec 2023 02:06:17 +0000 Subject: [PATCH] Compile fix. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4688 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/httpd.js.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/httpd.js.c b/src/httpd.js.c index f26293cbe..72a9d418a 100644 --- a/src/httpd.js.c +++ b/src/httpd.js.c @@ -8,6 +8,8 @@ #include "picohttpparser.h" +#include + #if !defined(__APPLE__) && !defined(__OpenBSD__) && !defined(_WIN32) #include #endif