use vis.h from .

This commit is contained in:
christos 2011-07-28 00:54:26 +00:00
parent b210596944
commit 5fc21e9736
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: readline.c,v 1.92 2010/09/16 20:08:51 christos Exp $ */
/* $NetBSD: readline.c,v 1.93 2011/07/28 00:54:26 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
__RCSID("$NetBSD: readline.c,v 1.92 2010/09/16 20:08:51 christos Exp $");
__RCSID("$NetBSD: readline.c,v 1.93 2011/07/28 00:54:26 christos Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@ -50,7 +50,7 @@ __RCSID("$NetBSD: readline.c,v 1.92 2010/09/16 20:08:51 christos Exp $");
#ifdef HAVE_VIS_H
#include <vis.h>
#else
#include "np/vis.h"
#include "vis.h"
#endif
#include "readline/readline.h"
#include "el.h"