diff options
| author | christos <christos@NetBSD.org> | 2011-07-28 00:43:33 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-07-28 00:43:33 +0000 |
| commit | d74c09191da48cda8888a40468cc6146e9e39a82 (patch) | |
| tree | 5cc01f34ea803df9c5d4e654e7bb2a7c4c795bae /lib/libedit | |
| parent | 28840935504f03365613e2025945b4e526bf3ae1 (diff) | |
include vis.h from dot.
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/history.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/history.c b/lib/libedit/history.c index b8a51f13064..4c9fc4896ca 100644 --- a/lib/libedit/history.c +++ b/lib/libedit/history.c @@ -1,4 +1,4 @@ -/* $NetBSD: history.c,v 1.40 2011/07/27 13:18:20 christos Exp $ */ +/* $NetBSD: history.c,v 1.41 2011/07/28 00:43:33 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: history.c,v 1.40 2011/07/27 13:18:20 christos Exp $"); +__RCSID("$NetBSD: history.c,v 1.41 2011/07/28 00:43:33 christos Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -50,7 +50,7 @@ __RCSID("$NetBSD: history.c,v 1.40 2011/07/27 13:18:20 christos Exp $"); #ifdef HAVE_VIS_H #include <vis.h> #else -#include "np/vis.h" +#include "vis.h" #endif #include <sys/stat.h> |
