The attached patch to 1.5.16 fixes a double inclusion of config.h. This causes a compile failure on some compilers (e.g. old gcc) if config.h defines a typedef.
>>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved
--- mutt_dotlock.c.orig Sun Apr 1 15:14:33 2007 +++ mutt_dotlock.c Tue Jun 5 15:55:12 2007 @@ -47,7 +47,6 @@ #endif #include "dotlock.h" -#include "config.h" #ifdef HAVE_GETOPT_H #include <getopt.h>
