diff options
| author | christos <christos@NetBSD.org> | 2016-02-16 14:08:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-02-16 14:08:25 +0000 |
| commit | 7a82ed4a7d78cfb213d3da53cafd833ea5a38040 (patch) | |
| tree | 512fe5d60a43a75454d429731d88209f6edce2d9 /lib/libedit/parse.c | |
| parent | 2265396d9e5a1d6b95043e000ab2ba7f63f9c84f (diff) | |
cleanup chartype.h includes (Ingo Schwarze)
Diffstat (limited to 'lib/libedit/parse.c')
| -rw-r--r-- | lib/libedit/parse.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c index 012b8e97762..cb4e060b14c 100644 --- a/lib/libedit/parse.c +++ b/lib/libedit/parse.c @@ -1,4 +1,4 @@ -/* $NetBSD: parse.c,v 1.30 2016/02/16 14:06:05 christos Exp $ */ +/* $NetBSD: parse.c,v 1.31 2016/02/16 14:08:25 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: parse.c,v 1.30 2016/02/16 14:06:05 christos Exp $"); +__RCSID("$NetBSD: parse.c,v 1.31 2016/02/16 14:08:25 christos Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -57,6 +57,7 @@ __RCSID("$NetBSD: parse.c,v 1.30 2016/02/16 14:06:05 christos Exp $"); #include <stdlib.h> #include "histedit.h" +#include "chartype.h" #include "el.h" private const struct { |
