From 30f093f3ba1c662dc1c81de76e9c9cd888c01d46 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 6 Aug 2008 12:58:52 +0000 Subject: Add RCSID. --- pkgtools/pkg_install/files/lib/remove.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pkgtools/pkg_install/files/lib/remove.c b/pkgtools/pkg_install/files/lib/remove.c index b8c45e15c26..50cc4216bb5 100644 --- a/pkgtools/pkg_install/files/lib/remove.c +++ b/pkgtools/pkg_install/files/lib/remove.c @@ -1,4 +1,4 @@ -/* $NetBSD: remove.c,v 1.1.2.1 2008/08/05 22:56:24 joerg Exp $ */ +/* $NetBSD: remove.c,v 1.1.2.2 2008/08/06 12:58:52 joerg Exp $ */ /*- * Copyright (c) 2008 Joerg Sonnenberger . @@ -29,6 +29,18 @@ * SUCH DAMAGE. */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + +#include + +#if HAVE_SYS_CDEFS_H +#include +#endif + +__RCSID("$NetBSD: remove.c,v 1.1.2.2 2008/08/06 12:58:52 joerg Exp $"); + #if HAVE_DIRENT_H #include #endif -- cgit v1.2.3