diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-07-01 17:53:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-01 17:53:33 +0000 |
commit | e5508b7530ffdc2023fda0e65e0a026a463e6bad (patch) | |
tree | 843b92230070f8a50066c26cac85c511d786970b /packages/mutt/mutt-1.5.4i/keymap.h.patch | |
parent | b489e053a8f6288f335a945f0f7780cafaa5e3f1 (diff) | |
parent | a47ce513883783a06e884b641f7346db39cecabd (diff) |
merge of bbe2ca73dbb6c79907ca7a1181ac42294641e6cf
and da04e847a88d01afa85aa5baf10077864d9dc548
Diffstat (limited to 'packages/mutt/mutt-1.5.4i/keymap.h.patch')
-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 + |