X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fmx_pop.c;h=f30dbbd088a7dd620b0f9b7e4cfaccd5b21aa402;hb=3e9a92ab72e04aecb0fc4098098a1b57c5101d84;hp=95f2fb6def081e40f4452c8258c391a07be85d8b;hpb=fd25c07c1e9e19606b1b6d5533df1f6239455036;p=apps%2Fmadmutt.git diff --git a/pop/mx_pop.c b/pop/mx_pop.c index 95f2fb6..f30dbbd 100644 --- a/pop/mx_pop.c +++ b/pop/mx_pop.c @@ -11,6 +11,7 @@ #include #include +#include #include "mutt.h" #include "pop.h" @@ -18,9 +19,6 @@ #include "mx.h" #include "mx_pop.h" - -#include "url.h" - static int pop_is_magic (const char* path, struct stat* st) { url_scheme_t s = url_check_scheme (NONULL (path)); return ((s == U_POP || s == U_POPS) ? M_POP : -1);