Fix linker errors for libarchive in AIX as well.

This commit is contained in:
Zach Mullen 2009-11-05 15:48:50 -05:00
parent 4b795e7bca
commit ac3f37e0b6
1 changed files with 1 additions and 1 deletions

View File

@ -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