summaryrefslogtreecommitdiff
path: root/libarchive_fe
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-01-18 03:01:31 -0500
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-01-18 03:01:31 -0500
commite1a574df8b9f28c3f004bd6bd9af5756601e8584 (patch)
tree1970234844db6f9a1b0abf512765be2e85bcc95c /libarchive_fe
parent718b5cc73c13b74fec294f34115385187cef7890 (diff)
downloadlibarchive-e1a574df8b9f28c3f004bd6bd9af5756601e8584.tar.gz
Fix build failure at libarchive_fe.
SVN-Revision: 4169
Diffstat (limited to 'libarchive_fe')
-rw-r--r--libarchive_fe/matching.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libarchive_fe/matching.c b/libarchive_fe/matching.c
index be454b5b..3af5e658 100644
--- a/libarchive_fe/matching.c
+++ b/libarchive_fe/matching.c
@@ -30,6 +30,7 @@ __FBSDID("$FreeBSD: src/usr.bin/cpio/matching.c,v 1.2 2008/06/21 02:20:20 kientz
#include <errno.h>
#endif
+#include "archive.h"
#include "err.h"
#include "line_reader.h"
#include "matching.h"