libarchive: Add cm3p prefixes on includes new to version 3.7.2

This commit is contained in:
Brad King
2023-10-16 18:55:54 -04:00
parent c4fec0edd6
commit b281fd471a

View File

@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include <cm3p/zlib.h>
#endif
#ifdef HAVE_ZSTD_H
#include <zstd.h>
#include <cm3p/zstd.h>
#endif
#ifdef __clang_analyzer__