summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 03:16:08 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 03:16:08 +0000
commit37edcabf82cddfb3e63add96fd3e8003f184fcec (patch)
tree89908289994daa03d601493c123186478170bac2 /usr.sbin
parent7f3f5b4f94728c06f804b40465256e2f883308b3 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/info/show.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c
index 9c00a7e5bb31..873dcd970663 100644
--- a/usr.sbin/pkg_install/info/show.c
+++ b/usr.sbin/pkg_install/info/show.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: show.c,v 1.11 1997/10/08 07:47:38 charnier Exp $";
+ "$Id: show.c,v 1.12 1997/10/18 05:42:05 jkh Exp $";
#endif
/*
@@ -26,6 +26,8 @@ static const char rcsid[] =
#include "lib.h"
#include "info.h"
+#include <err.h>
+
void
show_file(char *title, char *fname)
{