Skip to content

Commit

Permalink
correct an accidental include change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 committed Aug 31, 2024
1 parent 5882474 commit 9872bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lminiz.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "./luvi.h"
#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES
#include "../deps/miniz.c"
#include "../deps/miniz/miniz.h"

typedef struct {
mz_zip_archive archive;
Expand Down

0 comments on commit 9872bc2

Please sign in to comment.