Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Feb 7, 2021
1 parent ab3acf8 commit 5235144
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion coders/tiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
#include "magick/thread_.h"
#include "magick/token.h"
#include "magick/utility.h"
#include "psd-private.h"
#if defined(MAGICKCORE_TIFF_DELEGATE)
# if defined(MAGICKCORE_HAVE_TIFFCONF_H)
# include <tiffconf.h>
Expand All @@ -109,7 +110,13 @@
# if defined(COMPRESSION_ZSTD) && defined(MAGICKCORE_ZSTD_DELEGATE)
# include <zstd.h>
# endif
#include "psd-private.h"

#if defined(MAGICKCORE_HAVE_STDINT_H) && (TIFFLIB_VERSION >= 20201219)
# undef uint16
# define uint16 uint16_t
# undef uint32
# define uint32 uint32_t
#endif

/*
Typedef declarations.
Expand Down

0 comments on commit 5235144

Please sign in to comment.