reindent and optimizations in BUFFER* struct.
[apps/madmutt.git] / protos.h
index c650c62..46532d0 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -19,6 +19,8 @@
 
 #include "mbyte.h"
 
+#include "buffer.h"
+
 #define MoreArgs(p) (*p->dptr && *p->dptr != ';' && *p->dptr != '#')
 
 #define mutt_make_string(A,B,C,D,E) _mutt_make_string(A,B,C,D,E,0)