include vis.h from dot.
This commit is contained in:
parent
df2309ca73
commit
b723d6a65c
|
@ -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
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
|
static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
|
||||||
#else
|
#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
|
||||||
#endif /* not lint && not SCCSID */
|
#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
|
#ifdef HAVE_VIS_H
|
||||||
#include <vis.h>
|
#include <vis.h>
|
||||||
#else
|
#else
|
||||||
#include "np/vis.h"
|
#include "vis.h"
|
||||||
#endif
|
#endif
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue