From: Nishi Date: Mon, 14 Oct 2024 18:07:25 +0000 (+0000) Subject: trying to add nextstep support X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=1031e64cd1833abede2c8763a90e02c9952a4b74;p=tewi.git trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@336 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/http.c b/Server/http.c index 6b71ef0..ded50a7 100644 --- a/Server/http.c +++ b/Server/http.c @@ -37,7 +37,9 @@ #include #endif #else -#ifndef __NeXT__ +#ifdef __NeXT__ +#include +#else #include #endif #endif