summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/zutil.c
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-01-25 17:15:54 +0100
committer hap <happppp@users.noreply.github.com>2017-01-25 17:15:54 +0100
commit93c92be81517a982ef9b47eed610a3e42ed244bc (patch)
tree60ad45f195db92267e54cf44f61d6f932803301f /3rdparty/zlib/zutil.c
parentc11c22b3e83bdf7ac8d48f0a8e3be48ba31786f8 (diff)
updated to zlib 1.2.11 (nw)
Diffstat (limited to '3rdparty/zlib/zutil.c')
-rw-r--r--3rdparty/zlib/zutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/zlib/zutil.c b/3rdparty/zlib/zutil.c
index 3b4d90451f0..a76c6b0c7e5 100644
--- a/3rdparty/zlib/zutil.c
+++ b/3rdparty/zlib/zutil.c
@@ -1,5 +1,5 @@
/* zutil.c -- target dependent utility functions for the compression library
- * Copyright (C) 1995-2005, 2010, 2011, 2012, 2016 Jean-loup Gailly
+ * Copyright (C) 1995-2017 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -113,7 +113,7 @@ uLong ZEXPORT zlibCompileFlags()
}
#ifdef ZLIB_DEBUG
-
+#include <stdlib.h>
# ifndef verbose
# define verbose 0
# endif