summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{