Skip to content

Commit

Permalink
Merge pull request #21 from thargol/tiff_stdint
Browse files Browse the repository at this point in the history
Include <stdint.h> in xvtiff.c so that uint32_t is defined.
  • Loading branch information
mdadams authored Jun 24, 2024
2 parents 02dec96 + cad2792 commit e52e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xvtiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifdef HAVE_TIFF

#include "tiffio.h" /* has to be after xv.h, as it needs varargs/stdarg */

#include <stdint.h>

/* Portions fall under the following copyright:
*
Expand Down

0 comments on commit e52e492

Please sign in to comment.