summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-04-20 13:48:16 +0000
committertnn <tnn@pkgsrc.org>2007-04-20 13:48:16 +0000
commit18f57f251cd3d95b56216baff203937baad493dc (patch)
tree0a43541d731d0c15838b113c6c1d295f5699249e /pkgtools
parent1aa0f1c64a1325680d630bf8f1a9055541e5d64b (diff)
downloadpkgsrc-18f57f251cd3d95b56216baff203937baad493dc.tar.gz
re-add fix from r1.11 after sync
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/info/show.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/info/show.c b/pkgtools/pkg_install/files/info/show.c
index b220551145e..cb4000025f2 100644
--- a/pkgtools/pkg_install/files/info/show.c
+++ b/pkgtools/pkg_install/files/info/show.c
@@ -1,4 +1,4 @@
-/* $NetBSD: show.c,v 1.12 2007/04/16 12:55:35 joerg Exp $ */
+/* $NetBSD: show.c,v 1.13 2007/04/20 13:48:16 tnn Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -11,7 +11,7 @@
#if 0
static const char *rcsid = "from FreeBSD Id: show.c,v 1.11 1997/10/08 07:47:38 charnier Exp";
#else
-__RCSID("$NetBSD: show.c,v 1.12 2007/04/16 12:55:35 joerg Exp $");
+__RCSID("$NetBSD: show.c,v 1.13 2007/04/20 13:48:16 tnn Exp $");
#endif
#endif
@@ -68,6 +68,7 @@ __RCSID("$NetBSD: show.c,v 1.12 2007/04/16 12:55:35 joerg Exp $");
#include <err.h>
#endif
+#include "defs.h"
#include "lib.h"
#include "info.h"