Hi Jim,
The openat provided file openat-priv.h tries to
include "intprops.h" but that file is not listed
in the modules/openat file as a dependency.
The following patch seems to fix this problem for me.
There is probably a better way to do it, but I will
leave that to you.
Thanks!
"Mark D. Baushke" <[EMAIL PROTECTED]> wrote:
> Hi Jim,
>
> The openat provided file openat-priv.h tries to
> include "intprops.h" but that file is not listed
> in the modules/openat file as a dependency.
>
> The following patch seems to fix this problem for me.
>
> There is probably a better way to