Skip to content

Commit

Permalink
#ifdef _UNISTD_H -> HAVE_UNISTD_H
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 8, 2023
1 parent 95eef25 commit 9b88cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libImaging/TiffDecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

#include "Imaging.h"

#ifndef _UNISTD_H
#ifdef HAVE_LIBTIFF

#ifdef HAVE_UNISTD_H
#include <unistd.h> /* lseek */
#endif

#ifdef HAVE_LIBTIFF

#ifndef uint
#define uint uint32
#endif
Expand Down

0 comments on commit 9b88cf5

Please sign in to comment.