begin to work on a lib-mime that will hold most of the MIME related stuff.
[apps/madmutt.git] / base64.c
index 728171b..0b72009 100644 (file)
--- a/base64.c
+++ b/base64.c
@@ -43,8 +43,9 @@
 # include "config.h"
 #endif
 
+#include <lib-mime/mime.h>
+
 #include "mutt.h"
-#include "mime.h"
 
 /* raw bytes to null-terminated base 64 string */
 void mutt_to_base64 (unsigned char *out, const unsigned char *in, size_t len,