]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-missing_includes.patch
- home_etc patch fixed
[packages/mutt.git] / mutt-missing_includes.patch
CommitLineData
3fa58360
AG
1diff -burN mutt-1.4.2.1.orig/keymap.h mutt-1.4.2.1/keymap.h
2--- mutt-1.4.2.1.orig/keymap.h 2005-12-29 13:19:44.000000000 +0000
3+++ mutt-1.4.2.1/keymap.h 2005-12-29 13:53:00.000000000 +0000
4@@ -19,6 +19,8 @@
5 #ifndef KEYMAP_H
6 #define KEYMAP_H
7
8+#include "mapping.h"
9+
10 /* maximal length of a key binding sequence used for buffer in km_bindkey */
11 #define MAX_SEQ 8
12
This page took 0.032289 seconds and 4 git commands to generate.