2013-09-26 17:14:40 +02:00

18 lines
418 B
Plaintext

$NetBSD: patch-ah,v 1.3 2009/08/10 14:18:12 apb Exp $
mutt_curses.h refers to event_t from mutt,h, and SHORT_STRING from lib.h,
so include those headers here.
--- mutt_curses.h.orig 2008-11-11 21:55:47.000000000 +0200
+++ mutt_curses.h
@@ -52,6 +52,9 @@
# include <curses.h>
#endif
+#include "lib.h" /* for SHORT_STRING */
+#include "mutt.h" /* for event_t */
+
#define M_ENTER_C '\n'
#define M_ENTER_S "\n"