summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_filecheck/files
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_filecheck/files')
-rw-r--r--pkgtools/pkg_filecheck/files/pkg_filecheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_filecheck/files/pkg_filecheck.c b/pkgtools/pkg_filecheck/files/pkg_filecheck.c
index 6bc3a8f73ae..6932e45008a 100644
--- a/pkgtools/pkg_filecheck/files/pkg_filecheck.c
+++ b/pkgtools/pkg_filecheck/files/pkg_filecheck.c
@@ -1,5 +1,5 @@
/*
- $NetBSD: pkg_filecheck.c,v 1.4 2006/10/24 19:23:38 rillig Exp $
+ $NetBSD: pkg_filecheck.c,v 1.5 2007/02/16 22:57:09 tonio Exp $
pkg_filecheck.c -- check for files not owned by any package
Copyright (C) 2001 Dieter Baron
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <db.h>
+#include <db_185.h>
#include <errno.h>
#include <fcntl.h>
#if !defined(USE_LIBNBCOMPAT) || defined(HAVE_FTS_H)