]> Git repositories of Nishi - tewi.git/commitdiff
trying to add nextstep support
authorNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 18:06:21 +0000 (18:06 +0000)
committerNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 18:06:21 +0000 (18:06 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@335 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/http.c

index 10713f1590e8c8184321a90491903bf68691e361..6b71ef06c60194e6cc72f2a0b85ae22499895ad5 100644 (file)
 #include <poll.h>
 #endif
 #else
+#ifndef __NeXT__
 #include <sys/select.h>
 #endif
 #endif
+#endif
 
 void tw_free_request(struct tw_http_request* req) {
        if(req->method != NULL) free(req->method);