From 62ae19e20e91c2d04b66e934b83a09bd6ad00167 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 18:06:21 +0000 Subject: [PATCH] trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@335 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Server/http.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Server/http.c b/Server/http.c index 10713f1..6b71ef0 100644 --- a/Server/http.c +++ b/Server/http.c @@ -37,9 +37,11 @@ #include #endif #else +#ifndef __NeXT__ #include #endif #endif +#endif void tw_free_request(struct tw_http_request* req) { if(req->method != NULL) free(req->method); -- 2.45.2