summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/libarchive/archive_pack_dev.c
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-09-22 09:51:28 +0000
committerjoerg <joerg@pkgsrc.org>2019-09-22 09:51:28 +0000
commit85efd7f8759590df15b06d680dc2c141a499d7d3 (patch)
tree89973fc4fc77a5c0ac5daa4ea8e0e1afbf23fbf5 /archivers/libarchive/files/libarchive/archive_pack_dev.c
parent3d58b3c8e51f686500fbe08fc5fea947dfa036b4 (diff)
downloadpkgsrc-85efd7f8759590df15b06d680dc2c141a499d7d3.tar.gz
Import libarchive 3.4.0KIENTZLE
Diffstat (limited to 'archivers/libarchive/files/libarchive/archive_pack_dev.c')
-rw-r--r--archivers/libarchive/files/libarchive/archive_pack_dev.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/archivers/libarchive/files/libarchive/archive_pack_dev.c b/archivers/libarchive/files/libarchive/archive_pack_dev.c
index fb2b251274d..42a4c749682 100644
--- a/archivers/libarchive/files/libarchive/archive_pack_dev.c
+++ b/archivers/libarchive/files/libarchive/archive_pack_dev.c
@@ -1,4 +1,4 @@
-/* $NetBSD: archive_pack_dev.c,v 1.1.1.3 2019/09/22 09:47:06 joerg Exp $ */
+/* $NetBSD: archive_pack_dev.c,v 1.1.1.4 2019/09/22 09:51:28 joerg Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#endif
#if !defined(lint)
-__RCSID("$NetBSD: archive_pack_dev.c,v 1.1.1.3 2019/09/22 09:47:06 joerg Exp $");
+__RCSID("$NetBSD: archive_pack_dev.c,v 1.1.1.4 2019/09/22 09:51:28 joerg Exp $");
#endif /* not lint */
#ifdef HAVE_LIMITS_H
@@ -60,6 +60,9 @@ __RCSID("$NetBSD: archive_pack_dev.c,v 1.1.1.3 2019/09/22 09:47:06 joerg Exp $")
#ifdef HAVE_SYS_SYSMACROS_H
#include <sys/sysmacros.h>
#endif
+#ifdef HAVE_SYS_MKDEV_H
+#include <sys/mkdev.h>
+#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif