summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
diff options
context:
space:
mode:
authorgrant <grant>2003-12-20 04:54:56 +0000
committergrant <grant>2003-12-20 04:54:56 +0000
commitb88ffe08c41316911b7c81ed61a69d27cacb52c2 (patch)
tree1e699ed2b627328cc6f5680ffafeee39f3739529 /pkgtools/mtree
parent69e0621bb54c1aa5f4660c451637511b20975797 (diff)
downloadpkgsrc-b88ffe08c41316911b7c81ed61a69d27cacb52c2.tar.gz
sync with -current:
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd
Diffstat (limited to 'pkgtools/mtree')
-rw-r--r--pkgtools/mtree/files/excludes.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgtools/mtree/files/excludes.c b/pkgtools/mtree/files/excludes.c
index 54326009e69..f377121f8aa 100644
--- a/pkgtools/mtree/files/excludes.c
+++ b/pkgtools/mtree/files/excludes.c
@@ -1,4 +1,4 @@
-/* $NetBSD: excludes.c,v 1.2 2003/09/05 04:38:47 grant Exp $ */
+/* $NetBSD: excludes.c,v 1.3 2003/12/20 04:54:56 grant Exp $ */
/*
* Copyright 2000 Massachusetts Institute of Technology
@@ -38,7 +38,7 @@
#endif
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: excludes.c,v 1.2 2003/09/05 04:38:47 grant Exp $");
+__RCSID("$NetBSD: excludes.c,v 1.3 2003/12/20 04:54:56 grant Exp $");
#endif
#if HAVE_SYS_TYPES_H
@@ -63,6 +63,9 @@ __RCSID("$NetBSD: excludes.c,v 1.2 2003/09/05 04:38:47 grant Exp $");
#if HAVE_TIME_H
#include <time.h>
#endif
+#if HAVE_UTIL_H
+#include <util.h>
+#endif
#include "extern.h"