diff options
Diffstat (limited to 'src/minibuf.c')
| -rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 37ae0f370dc..e8f97a2df2a 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "frame.h" #include "window.h" #include "syntax.h" +#include "keyboard.h" #define min(a, b) ((a) < (b) ? (a) : (b)) |
