Try to get integer types from standard location

This commit is contained in:
Fred Kiefer 2021-11-07 22:42:29 +01:00
parent 79ad047c01
commit 1262e4606e

View file

@ -37,7 +37,7 @@
#define _GNUstep_H_tiff
#include <tiffio.h>
#include <sys/types.h>
#include <inttypes.h>
/* Structure to store common information about a tiff. */
typedef struct {