mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
|
||||
#elif HAVE_BSDXML_H
|
||||
#include <bsdxml.h>
|
||||
#elif HAVE_EXPAT_H
|
||||
#include <expat.h>
|
||||
#include <cm3p/expat.h>
|
||||
#endif
|
||||
#ifdef HAVE_BZLIB_H
|
||||
#include <cm3p/bzlib.h>
|
||||
|
||||
@@ -53,10 +53,10 @@ __FBSDID("$FreeBSD: head/lib/libarchive/archive_read_support_format_zip.c 201102
|
||||
#include <cm3p/zlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_BZLIB_H
|
||||
#include <bzlib.h>
|
||||
#include <cm3p/bzlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_LZMA_H
|
||||
#include <lzma.h>
|
||||
#include <cm3p/lzma.h>
|
||||
#endif
|
||||
|
||||
#include "archive.h"
|
||||
|
||||
Reference in New Issue
Block a user