On Mon, Apr 02, 2007 at 07:18:23PM +0300, Tero Koskinen wrote:
> Apparently Monotone 0.34 doesn't compile on OpenBSD 4.1 (i386).

Nor on NetBSD (-current).

>  #include <sys/un.h>
> +#include <sys/types.h>
>  #include <sys/socket.h>
>  #include <fcntl.h>
>  #include <stdlib.h>
>  #include <string.h>
> +#include <unistd.h>

On NetBSD, adding sys/types.h was enough, but I needed it before
sys/un.h. No need for the latter addition, though it caused no harm
either.

--
Dan.

Attachment: pgp8vOmnjiAiY.pgp
Description: PGP signature

_______________________________________________
Monotone-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to