--- Server/http.c 2024/10/17 09:53:39 1.1 +++ Server/http.c 2024/10/17 10:24:24 1.2 @@ -1,4 +1,4 @@ -/* $Id: http.c,v 1.1 2024/10/17 09:53:39 nishi Exp $ */ +/* $Id: http.c,v 1.2 2024/10/17 10:24:24 nishi Exp $ */ #define SOURCE @@ -43,6 +43,9 @@ #include #include #else +#ifdef __bsdi__ +#include +#endif #include #endif #endif