diff options
Diffstat (limited to 'lib/libedit/map.c')
| -rw-r--r-- | lib/libedit/map.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/map.c b/lib/libedit/map.c index 9265dc5b396..49741d28846 100644 --- a/lib/libedit/map.c +++ b/lib/libedit/map.c @@ -1,4 +1,4 @@ -/* $NetBSD: map.c,v 1.38 2016/02/16 14:06:05 christos Exp $ */ +/* $NetBSD: map.c,v 1.39 2016/02/16 14:08:25 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: map.c,v 1.38 2016/02/16 14:06:05 christos Exp $"); +__RCSID("$NetBSD: map.c,v 1.39 2016/02/16 14:08:25 christos Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -47,6 +47,7 @@ __RCSID("$NetBSD: map.c,v 1.38 2016/02/16 14:06:05 christos Exp $"); #include <stdlib.h> #include "histedit.h" +#include "chartype.h" #include "el.h" private void map_print_key(EditLine *, el_action_t *, const Char *); |
