diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-07-01 14:55:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-01 14:55:07 +0000 |
commit | 4fa4a26d96c99d6a3db1636dbd8b21c910eb7e8e (patch) | |
tree | 6f627ef5447d684f124224dc24390c4e9b5f602e /packages/mutt/mutt-1.5.4i | |
parent | 0f9202fb5e73731751b6aef3411f966c2756f1d0 (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.patch | 11 |
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 + |