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

Server/http.c

index 6b71ef06c60194e6cc72f2a0b85ae22499895ad5..ded50a7649ae09bdcdb3f7b859070fb61a47438b 100644 (file)
@@ -37,7 +37,9 @@
 #include <poll.h>
 #endif
 #else
-#ifndef __NeXT__
+#ifdef __NeXT__
+#include <sys/socket.h>
+#else
 #include <sys/select.h>
 #endif
 #endif