summaryrefslogtreecommitdiff
path: root/packages/mutt/mutt-1.5.4i
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-07-01 14:55:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-01 14:55:07 +0000
commit4fa4a26d96c99d6a3db1636dbd8b21c910eb7e8e (patch)
tree6f627ef5447d684f124224dc24390c4e9b5f602e /packages/mutt/mutt-1.5.4i
parent0f9202fb5e73731751b6aef3411f966c2756f1d0 (diff)
mutt: added #include in keymap.h to make it compile
also added PR in both bb files
Diffstat (limited to 'packages/mutt/mutt-1.5.4i')
-rw-r--r--packages/mutt/mutt-1.5.4i/keymap.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mutt/mutt-1.5.4i/keymap.h.patch b/packages/mutt/mutt-1.5.4i/keymap.h.patch
new file mode 100644
index 0000000000..40995aa58f
--- /dev/null
+++ b/packages/mutt/mutt-1.5.4i/keymap.h.patch
@@ -0,0 +1,11 @@
+--- mutt-1.5.4/keymap.h.orig 2006-07-01 16:50:25.000000000 +0200
++++ mutt-1.5.4/keymap.h 2006-07-01 16:50:58.000000000 +0200
+@@ -19,6 +19,8 @@
+ #ifndef KEYMAP_H
+ #define KEYMAP_H
+
++#include "mapping.h"
++
+ /* maximal length of a key binding sequence used for buffer in km_bindkey */
+ #define MAX_SEQ 8
+