libtiff: It seems that stdio.h is needed as well

https://github.com/libsdl-org/libtiff/commit/479c77d264f03cf6a5517402f0a25401159c4831

From 479c77d264f03cf6a5517402f0a25401159c4831 Mon Sep 17 00:00:00 2001
From: Bob Friesenhahn <[EMAIL REDACTED]>
Date: Mon, 21 Jun 2010 20:17:27 +0000
Subject: [PATCH] It seems that stdio.h is needed as well

---
 test/check_tag.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/check_tag.c b/test/check_tag.c
index 6b2531db..81cf098e 100644
--- a/test/check_tag.c
+++ b/test/check_tag.c
@@ -1,4 +1,4 @@
-/* $Id: check_tag.c,v 1.2.2.2 2010-06-21 20:16:06 bfriesen Exp $ */
+/* $Id: check_tag.c,v 1.2.2.3 2010-06-21 20:17:27 bfriesen Exp $ */
 
 /*
  * Copyright (c) 2004, Andrey Kiselev  <dron@ak4719.spb.edu>
@@ -31,6 +31,8 @@
 
 #include "tif_config.h"
 
+#include <stdio.h>
+
 #include "tiffio.h"
 
 int