Files
pkgsrc-ng/mail/mutt/patches/patch-ah
2016-11-18 22:39:22 +01:00

18 lines
424 B
Plaintext

$NetBSD: patch-ah,v 1.7 2016/08/21 11:39:31 wiz 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 2016-08-11 01:47:00.000000000 +0000
+++ mutt_curses.h
@@ -52,6 +52,9 @@
# include <curses.h>
#endif
+#include "lib.h" /* for SHORT_STRING */
+#include "mutt.h" /* for event_t */
+
#define MUTT_ENTER_C '\n'
#define MUTT_ENTER_S "\n"