From ac0526190ab00b4ea236e0ef1dc43f998d4ae9e6 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 26 Dec 2005 18:35:45 +0000 Subject: [PATCH] include keyboard.h. --- src/undo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/undo.c b/src/undo.c index bf774affac5..a7a2fadfefb 100644 --- a/src/undo.c +++ b/src/undo.c @@ -25,6 +25,7 @@ Boston, MA 02110-1301, USA. */ #include "buffer.h" #include "commands.h" #include "window.h" +#include "keyboard.h" /* Limits controlling how much undo information to keep. */ -- 2.39.5