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/common.c | |
| parent | 2265396d9e5a1d6b95043e000ab2ba7f63f9c84f (diff) | |
cleanup chartype.h includes (Ingo Schwarze)
Diffstat (limited to 'lib/libedit/common.c')
| -rw-r--r-- | lib/libedit/common.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/common.c b/lib/libedit/common.c index 1e7123c8801..a6d4d930a91 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -1,4 +1,4 @@ -/* $NetBSD: common.c,v 1.32 2016/02/16 14:06:05 christos Exp $ */ +/* $NetBSD: common.c,v 1.33 2016/02/16 14:08:25 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: common.c,v 1.32 2016/02/16 14:06:05 christos Exp $"); +__RCSID("$NetBSD: common.c,v 1.33 2016/02/16 14:08:25 christos Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -45,6 +45,7 @@ __RCSID("$NetBSD: common.c,v 1.32 2016/02/16 14:06:05 christos Exp $"); * common.c: Common Editor functions */ #include "histedit.h" +#include "chartype.h" #include "el.h" /* ed_end_of_file(): |
