Skip to content

Commit b50c9da

Browse files
Update unarchive.m
1 parent 81c20cd commit b50c9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unarchive.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "unarchive.h"
22

3-
#include <libarchive/archive.h>
4-
#include <libarchive/archive_entry.h>
3+
#include <archive.h>
4+
#include <archive_entry.h>
55

66
static int
77
copy_data(struct archive *ar, struct archive *aw, NSProgress *progress)

0 commit comments

Comments
 (0)