> You actually supplied enough information above for me to fix the problem.
> Thanks! I had to and and include for fcntl.h in compose.c, init.c, hook.c, 
> postpone.c, and rfc1524.c. There is probably a better way to effect the
> same change but it worked. For the possible benifit of others I am running
> the current Stampede distribution.

 configure should test for fcntl.h and mutt should

#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif

 I'll try to come up with a patch and send it to Thomas.

Reply via email to