Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Nov 6, 2024
1 parent e9d677b commit 833bced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/Minizip/include/Minizip.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#ifndef Minizip_h
#define Minizip_h

#import "ioapi.h"
#import "crypt.h"
#import "unzip.h"
#import "zip.h"
#include "ioapi.h"
#include "crypt.h"
#include "unzip.h"
#include "zip.h"

#endif /* Minizip_h */

0 comments on commit 833bced

Please sign in to comment.