cmSystemTools: Preemptively adapt to future libarchive 4.0 changes

This commit is contained in:
Brad King 2015-10-21 10:56:09 -04:00
parent 87f1f363df
commit b272a65655
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
# include "cmArchiveWrite.h"
# include "cmLocale.h"
# include <cm_libarchive.h>
# ifndef __LA_INT64_T
# define __LA_INT64_T la_int64_t
# endif
#endif
#include <cmsys/FStream.hxx>
#include <cmsys/Terminal.h>