aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc.c b/src/doc.c
index f98303a30de..09f377bb1af 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
40#include "buffer.h" 40#include "buffer.h"
41#include "keyboard.h" 41#include "keyboard.h"
42#include "charset.h" 42#include "charset.h"
43#include "keymap.h"
43 44
44#ifdef HAVE_INDEX 45#ifdef HAVE_INDEX
45extern char *index P_ ((const char *, int)); 46extern char *index P_ ((const char *, int));