Skip to content

Commit

Permalink
Update unarchive.m
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Jan 29, 2024
1 parent 81c20cd commit b50c9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unarchive.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "unarchive.h"

#include <libarchive/archive.h>
#include <libarchive/archive_entry.h>
#include <archive.h>
#include <archive_entry.h>

static int
copy_data(struct archive *ar, struct archive *aw, NSProgress *progress)
Expand Down

0 comments on commit b50c9da

Please sign in to comment.