]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-missing_includes.patch
- new
[packages/mutt.git] / mutt-missing_includes.patch
1 diff -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.028038 seconds and 3 git commands to generate.