From: Nishi Date: Mon, 14 Oct 2024 18:06:21 +0000 (+0000) Subject: trying to add nextstep support X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=62ae19e20e91c2d04b66e934b83a09bd6ad00167;p=tewi.git trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@335 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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);