Skip to content

Commit

Permalink
Change quotes to include our own copy of zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed May 6, 2022
1 parent e8ebfe9 commit f122349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gzip/ftgzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#ifdef FT_CONFIG_OPTION_SYSTEM_ZLIB

#include <zlib.h>
#include "zlib.h"

#else /* !FT_CONFIG_OPTION_SYSTEM_ZLIB */

Expand Down

0 comments on commit f122349

Please sign in to comment.