summaryrefslogtreecommitdiff
path: root/libtiff/tif_close.c
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2008-03-28 01:10:39 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2008-03-28 01:10:39 +0000
commit7e4803b57f2dd3d3cdcca79be4d88d61465c7350 (patch)
treec97a9cb324c061b875c01a263c1c4e5137182913 /libtiff/tif_close.c
parente80d604df0d62b19e10cf25f48a7f98160df3f65 (diff)
downloadlibtiff-git-7e4803b57f2dd3d3cdcca79be4d88d61465c7350.tar.gz
Need to include string.h for strncmp()
Diffstat (limited to 'libtiff/tif_close.c')
-rw-r--r--libtiff/tif_close.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtiff/tif_close.c b/libtiff/tif_close.c
index 6975f3c5..5570db4a 100644
--- a/libtiff/tif_close.c
+++ b/libtiff/tif_close.c
@@ -1,4 +1,4 @@
-/* $Id: tif_close.c,v 1.17 2007-07-19 17:13:56 dron Exp $ */
+/* $Id: tif_close.c,v 1.18 2008-03-28 01:10:39 bfriesen Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -28,6 +28,7 @@
* TIFF Library.
*/
#include "tiffiop.h"
+#include <string.h>
/************************************************************************/
/* TIFFCleanup() */