From 85efd7f8759590df15b06d680dc2c141a499d7d3 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Sep 2019 09:51:28 +0000 Subject: Import libarchive 3.4.0 --- archivers/libarchive/files/libarchive/archive_pack_dev.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'archivers/libarchive/files/libarchive/archive_pack_dev.c') 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 #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 #endif +#ifdef HAVE_SYS_MKDEV_H +#include +#endif #ifdef HAVE_UNISTD_H #include #endif -- cgit v1.2.3