diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-06-07 18:42:50 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-06-07 18:42:50 +0000 |
| commit | ce7fa714ab4f476dec4b339901351b12e0dcccfa (patch) | |
| tree | dbe40b70e11c06551e9f024941b400bac532be17 /lib/libarchive | |
| parent | 4dc4ea26048a2d6730af8978005972cfd7f6ad61 (diff) | |
Notes
Diffstat (limited to 'lib/libarchive')
| -rw-r--r-- | lib/libarchive/archive.h | 1 | ||||
| -rw-r--r-- | lib/libarchive/archive.h.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/archive.h b/lib/libarchive/archive.h index fed02c0d2b43..c8f5e94c3bd1 100644 --- a/lib/libarchive/archive.h +++ b/lib/libarchive/archive.h @@ -29,6 +29,7 @@ #ifndef ARCHIVE_H_INCLUDED #define ARCHIVE_H_INCLUDED +#include <sys/types.h> /* Linux requires this for off_t */ #include <inttypes.h> /* For int64_t */ #include <unistd.h> /* For ssize_t and size_t */ diff --git a/lib/libarchive/archive.h.in b/lib/libarchive/archive.h.in index fed02c0d2b43..c8f5e94c3bd1 100644 --- a/lib/libarchive/archive.h.in +++ b/lib/libarchive/archive.h.in @@ -29,6 +29,7 @@ #ifndef ARCHIVE_H_INCLUDED #define ARCHIVE_H_INCLUDED +#include <sys/types.h> /* Linux requires this for off_t */ #include <inttypes.h> /* For int64_t */ #include <unistd.h> /* For ssize_t and size_t */ |
