mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Try to get integer types from standard location
This commit is contained in:
parent
79ad047c01
commit
1262e4606e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue