From a16695f45f8de7608584937d5b4df34613eb0685 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Thu, 9 Apr 2015 16:06:37 +0200 Subject: Update bundled libtiff to version 4.0.3 This updates libtiff.pri and 3rdparty/libtiff to the current state in the Qt 5 qtimageformats module, commit c3035a1655090b0f6b194fb8a7586c013ef24f6a. The patch history relative to upstream 4.0.3 is available in that module. Change-Id: I70d278081c62ba179c5f9658a0d59313c77ba415 Reviewed-by: Liang Qi Reviewed-by: Lars Knoll --- src/3rdparty/libtiff/port/strcasecmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/3rdparty/libtiff/port/strcasecmp.c') diff --git a/src/3rdparty/libtiff/port/strcasecmp.c b/src/3rdparty/libtiff/port/strcasecmp.c index 2422304b12..1ff4312b9d 100644 --- a/src/3rdparty/libtiff/port/strcasecmp.c +++ b/src/3rdparty/libtiff/port/strcasecmp.c @@ -1,4 +1,4 @@ -/* $Id: strcasecmp.c,v 1.2 2005/07/07 16:34:06 dron Exp $ */ +/* $Id: strcasecmp.c,v 1.3 2009-01-22 20:53:07 fwarmerdam Exp $ */ /* * Copyright (c) 1987, 1993 @@ -36,6 +36,7 @@ __RCSID("$NetBSD: strcasecmp.c,v 1.16 2003/08/07 16:43:49 agc Exp $"); #include #include +#include "libport.h" int strcasecmp(const char *s1, const char *s2) -- cgit v1.2.1