libtiff: Quench some warnings under MSVC by including <string.h>.

https://github.com/libsdl-org/libtiff/commit/bcfebe2147ec914463f3339f7a2be0adf6c44f06

From bcfebe2147ec914463f3339f7a2be0adf6c44f06 Mon Sep 17 00:00:00 2001
From: Bob Friesenhahn <[EMAIL REDACTED]>
Date: Thu, 17 Sep 2009 18:00:28 +0000
Subject: [PATCH] Quench some warnings under MSVC by including <string.h>.

---
 libtiff/tif_dirinfo.c | 3 ++-
 libtiff/tif_print.c   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/libtiff/tif_dirinfo.c b/libtiff/tif_dirinfo.c
index eb6f5d03..99a871cc 100644
--- a/libtiff/tif_dirinfo.c
+++ b/libtiff/tif_dirinfo.c
@@ -1,4 +1,4 @@
-/* $Id: tif_dirinfo.c,v 1.65.2.6 2007-09-22 14:51:29 dron Exp $ */
+/* $Id: tif_dirinfo.c,v 1.65.2.7 2009-09-17 18:00:28 bfriesen Exp $ */
 
 /*
  * Copyright (c) 1988-1997 Sam Leffler
@@ -31,6 +31,7 @@
  */
 #include "tiffiop.h"
 #include <stdlib.h>
+#include <string.h>
 
 /*
  * NB: NB: THIS ARRAY IS ASSUMED TO BE SORTED BY TAG.
diff --git a/libtiff/tif_print.c b/libtiff/tif_print.c
index 4e98a7e5..871fffd6 100644
--- a/libtiff/tif_print.c
+++ b/libtiff/tif_print.c
@@ -1,4 +1,4 @@
-/* $Id: tif_print.c,v 1.36.2.1 2009-08-20 20:31:33 bfriesen Exp $ */
+/* $Id: tif_print.c,v 1.36.2.2 2009-09-17 18:00:28 bfriesen Exp $ */
 
 /*
  * Copyright (c) 1988-1997 Sam Leffler
@@ -31,7 +31,7 @@
  */
 #include "tiffiop.h"
 #include <stdio.h>
-
+#include <string.h>
 #include <ctype.h>
 
 static const char *photoNames[] = {