mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
Fix linker errors for libarchive in AIX as well.
This commit is contained in:
parent
4b795e7bca
commit
ac3f37e0b6
@ -29,7 +29,7 @@ __FBSDID("$FreeBSD: src/lib/libarchive/archive_entry.c,v 1.55 2008/12/23 05:01:4
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#if defined(__sun)
|
||||
#if defined(__sun) || defined(_AIX)
|
||||
#include <sys/types.h>
|
||||
#include <sys/mkdev.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user