From 18f57f251cd3d95b56216baff203937baad493dc Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 20 Apr 2007 13:48:16 +0000 Subject: re-add fix from r1.11 after sync --- pkgtools/pkg_install/files/info/show.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgtools') 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 #endif +#include "defs.h" #include "lib.h" #include "info.h" -- cgit v1.2.3