Thu Jul 28 00:43:33 2011 UTC ()
include vis.h from dot.


(christos)
diff -r1.40 -r1.41 src/lib/libedit/history.c

cvs diff -r1.40 -r1.41 src/lib/libedit/history.c (expand / switch to context diff)
--- src/lib/libedit/history.c 2011/07/27 13:18:20 1.40
+++ src/lib/libedit/history.c 2011/07/28 00:43:33 1.41
@@ -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 @@
 #ifdef HAVE_VIS_H
 #include <vis.h>
 #else
-#include "np/vis.h"
+#include "vis.h"
 #endif
 #include <sys/stat.h>