X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mbox.c;h=71228d932f94a10056ebbcee3ee6d42d9da30107;hp=639c8247a670b5546e418d832440fd1b8f6fc4e8;hb=be99cd72fc79e2f10aec2b06d62abb16c16aa34d;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/mbox.c b/mbox.c index 639c824..71228d9 100644 --- a/mbox.c +++ b/mbox.c @@ -18,6 +18,10 @@ /* This file contains code to parse ``mbox'' and ``mmdf'' style mailboxes */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "mailbox.h" #include "mx.h"