summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2016-11-28 04:56:37 +0000
committerdbj <dbj@pkgsrc.org>2016-11-28 04:56:37 +0000
commitbb23fb2eb56b80bfec33eb9b9537c79eaf2878d1 (patch)
tree00c9c4cb8f0bdccb1da79231f266d31d5dc2149b /pkgtools
parent8ce856d12fae5540cb331d2022b078ac88ad91af (diff)
downloadpkgsrc-bb23fb2eb56b80bfec33eb9b9537c79eaf2878d1.tar.gz
add nbcompat.h include to get uint32_t
fixes build on darwin
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_filecheck/files/pkg_filecheck.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_filecheck/files/pkg_filecheck.c b/pkgtools/pkg_filecheck/files/pkg_filecheck.c
index a8cff5bfc53..32297c6f9bd 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.7 2016/06/11 21:26:19 dholland Exp $
+ $NetBSD: pkg_filecheck.c,v 1.8 2016/11/28 04:56:37 dbj Exp $
pkg_filecheck.c -- check for files not owned by any package
Copyright (C) 2001 Dieter Baron
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <nbcompat.h>
#include <nbcompat/db.h>
#include <errno.h>
#include <fcntl.h>