include vis.h from dot.

This commit is contained in:
christos 2011-07-28 00:43:33 +00:00
parent df2309ca73
commit b723d6a65c
1 changed files with 3 additions and 3 deletions

View File

@ -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>