#ifdef _UNISTD_H -> HAVE_UNISTD_H

This commit is contained in:
Hugo van Kemenade 2023-11-08 18:48:40 +02:00
parent 95eef25aca
commit 9b88cf5ad9

View File

@ -12,12 +12,12 @@
#include "Imaging.h" #include "Imaging.h"
#ifndef _UNISTD_H #ifdef HAVE_LIBTIFF
#ifdef HAVE_UNISTD_H
#include <unistd.h> /* lseek */ #include <unistd.h> /* lseek */
#endif #endif
#ifdef HAVE_LIBTIFF
#ifndef uint #ifndef uint
#define uint uint32 #define uint uint32
#endif #endif