[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trunk (r110168) build error on FreeBSD
From: |
Paul Eggert |
Subject: |
Re: Trunk (r110168) build error on FreeBSD |
Date: |
Sun, 23 Sep 2012 15:28:08 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0 |
On 09/23/2012 12:34 PM, Herbert J. Skuhra wrote:
> After adding "#include <sys/types.h>" to src/lisp.h the build
> completes.
That works, but it's nicer if lisp.h doesn't depend on <sys/types.h>.
Instead, function decls that use pid_t should probably be declared
in a header that already arranges to define pid_t. I gave that a
shot in trunk bzr 110173, using syswait.h; please give it a try.