]> granicus.if.org Git - mutt/commitdiff
Fix minor snafu in Vsevolod's patch about important flags for POP
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 23:23:14 +0000 (23:23 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 23:23:14 +0000 (23:23 +0000)
folders.

pager.c

diff --git a/pager.c b/pager.c
index fcc0c5b2aae00f29f8b065976b9e4c76004791ec..aee946c3b6aaf262e235ff98a6dc9d93e916f902 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -27,6 +27,8 @@
 #include "attach.h"
 #include "mbyte.h"
 
+#include "mx.h"
+
 #ifdef USE_IMAP
 #include "imap.h"
 #endif