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/chartype.c | |
| parent | 2265396d9e5a1d6b95043e000ab2ba7f63f9c84f (diff) | |
cleanup chartype.h includes (Ingo Schwarze)
Diffstat (limited to 'lib/libedit/chartype.c')
| -rw-r--r-- | lib/libedit/chartype.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libedit/chartype.c b/lib/libedit/chartype.c index fe925b1e08e..a64046d602d 100644 --- a/lib/libedit/chartype.c +++ b/lib/libedit/chartype.c @@ -1,4 +1,4 @@ -/* $NetBSD: chartype.c,v 1.15 2016/02/16 14:06:05 christos Exp $ */ +/* $NetBSD: chartype.c,v 1.16 2016/02/16 14:08:25 christos Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -38,12 +38,14 @@ */ #include "config.h" #if !defined(lint) && !defined(SCCSID) -__RCSID("$NetBSD: chartype.c,v 1.15 2016/02/16 14:06:05 christos Exp $"); +__RCSID("$NetBSD: chartype.c,v 1.16 2016/02/16 14:08:25 christos Exp $"); #endif /* not lint && not SCCSID */ +#include <stdlib.h> + #include "histedit.h" +#include "chartype.h" #include "el.h" -#include <stdlib.h> #define CT_BUFSIZ ((size_t)1024) |
