summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2009-09-17 18:00:28 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2009-09-17 18:00:28 +0000
commitbcfebe2147ec914463f3339f7a2be0adf6c44f06 (patch)
treee81b166d28c8bb1ce087253ed0a6611c77c2b2e4
parent4a03585c949fb531394efe3f30299c1dcfe120ff (diff)
downloadlibtiff-git-bcfebe2147ec914463f3339f7a2be0adf6c44f06.tar.gz
Quench some warnings under MSVC by including <string.h>.
-rw-r--r--libtiff/tif_dirinfo.c3
-rw-r--r--libtiff/tif_print.c4
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[] = {