use m_strdup and m_strlen that are inlined for efficiency
[apps/madmutt.git] / mbox.c
diff --git a/mbox.c b/mbox.c
index cc3af4c..1485ad7 100644 (file)
--- a/mbox.c
+++ b/mbox.c
@@ -14,6 +14,7 @@
 #endif
 
 #include <lib-lib/mem.h>
+#include <lib-lib/str.h>
 #include <lib-lib/macros.h>
 
 #include "mutt.h"
@@ -28,7 +29,6 @@
 #include "compress.h"
 #endif
 
-#include "lib/str.h"
 #include "lib/debug.h"
 
 #include <sys/stat.h>