openat-priv.h needs intprops.h

2006-01-24 Thread Mark D. Baushke
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!

Re: openat-priv.h needs intprops.h

2006-01-24 Thread Jim Meyering
"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