We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c20cd commit b50c9daCopy full SHA for b50c9da
unarchive.m
@@ -1,7 +1,7 @@
1
#import "unarchive.h"
2
3
-#include <libarchive/archive.h>
4
-#include <libarchive/archive_entry.h>
+#include <archive.h>
+#include <archive_entry.h>
5
6
static int
7
copy_data(struct archive *ar, struct archive *aw, NSProgress *progress)
0 commit comments