summaryrefslogtreecommitdiff
path: root/lib/libedit/chared.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-02-16 14:06:05 +0000
committerchristos <christos@NetBSD.org>2016-02-16 14:06:05 +0000
commitbe424bf8b740bd3443f2cf214257bfde4d6360c8 (patch)
treef000b712722487602832028e1696902783938109 /lib/libedit/chared.c
parent5755da731bda2d7941f2684d17132c645c0c2646 (diff)
cleanup inclusion of histedit.h (Ingo Schwarze)
Diffstat (limited to 'lib/libedit/chared.c')
-rw-r--r--lib/libedit/chared.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c
index ef56607e217..5a30235c6d3 100644
--- a/lib/libedit/chared.c
+++ b/lib/libedit/chared.c
@@ -1,4 +1,4 @@
-/* $NetBSD: chared.c,v 1.41 2016/02/14 14:49:34 christos Exp $ */
+/* $NetBSD: chared.c,v 1.42 2016/02/16 14:06:05 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: chared.c,v 1.41 2016/02/14 14:49:34 christos Exp $");
+__RCSID("$NetBSD: chared.c,v 1.42 2016/02/16 14:06:05 christos Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -45,6 +45,8 @@ __RCSID("$NetBSD: chared.c,v 1.41 2016/02/14 14:49:34 christos Exp $");
* chared.c: Character editor utilities
*/
#include <stdlib.h>
+
+#include "histedit.h"
#include "el.h"
private void ch__clearmacro (EditLine *);