Use m_tempfile and better errors msg
[apps/madmutt.git] / thread.h
index 4af9027..9522d26 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -9,6 +9,8 @@
 #ifndef _MUTT_THREAD_H
 #define _MUTT_THREAD_H
 
+#include "mutt.h"
+
 #define mutt_next_thread(x) _mutt_aside_thread(x,1,0)
 #define mutt_previous_thread(x) _mutt_aside_thread(x,0,0)
 #define mutt_next_subthread(x) _mutt_aside_thread(x,1,1)