about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 258cefe3..d585036d 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -32,6 +32,7 @@
 #endif
 
 #include "contact.h"
+#include "ui/buffer.h"
 
 #define NO_ME   1
 #define NO_EOL  4
@@ -53,6 +54,7 @@ typedef enum {
 typedef struct prof_win_t {
     char *from;
     WINDOW *win;
+    ProfBuff *buffer;
     win_type_t type;
     gboolean is_otr;
     gboolean is_trusted;