X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=handler.c;h=1c5d6fad5b4d6ed4d6442c246198e5c3cfbe9f75;hp=a2b3e9dc3d165f5526c3041541c8c4d6b8b3e8a6;hb=3e9a92ab72e04aecb0fc4098098a1b57c5101d84;hpb=dbb9a1e16d03a2d4664d6dc6a30c721b889d4982 diff --git a/handler.c b/handler.c index a2b3e9d..1c5d6fa 100644 --- a/handler.c +++ b/handler.c @@ -23,6 +23,7 @@ #include #include #include +#include #include @@ -41,7 +42,6 @@ #include "attach.h" #include "lib.h" -#include "lib/debug.h" typedef int handler_f (BODY *, STATE *); typedef handler_f *handler_t;