summaryrefslogtreecommitdiff
path: root/lib/libedit/filecomplete.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-02-16 14:08:25 +0000
committerchristos <christos@NetBSD.org>2016-02-16 14:08:25 +0000
commit7a82ed4a7d78cfb213d3da53cafd833ea5a38040 (patch)
tree512fe5d60a43a75454d429731d88209f6edce2d9 /lib/libedit/filecomplete.c
parent2265396d9e5a1d6b95043e000ab2ba7f63f9c84f (diff)
cleanup chartype.h includes (Ingo Schwarze)
Diffstat (limited to 'lib/libedit/filecomplete.c')
-rw-r--r--lib/libedit/filecomplete.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/filecomplete.c b/lib/libedit/filecomplete.c
index a6990e0610a..bc547cc356d 100644
--- a/lib/libedit/filecomplete.c
+++ b/lib/libedit/filecomplete.c
@@ -1,4 +1,4 @@
-/* $NetBSD: filecomplete.c,v 1.35 2016/02/16 14:06:05 christos Exp $ */
+/* $NetBSD: filecomplete.c,v 1.36 2016/02/16 14:08:25 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: filecomplete.c,v 1.35 2016/02/16 14:06:05 christos Exp $");
+__RCSID("$NetBSD: filecomplete.c,v 1.36 2016/02/16 14:08:25 christos Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@@ -48,6 +48,7 @@ __RCSID("$NetBSD: filecomplete.c,v 1.35 2016/02/16 14:06:05 christos Exp $");
#include <fcntl.h>
#include "histedit.h"
+#include "chartype.h"
#include "el.h"
#include "fcns.h" /* for EL_NUM_FCNS */
#include "filecomplete.h"