diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:27 -0700 |
commit | b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e (patch) | |
tree | f0eeb8f52d07819f417411da5104c9d743dd46de /minigzip.c | |
parent | abf180a067223611620dd97dd5681df7c7fa7c9b (diff) | |
download | zlib-1.2.3.1.tar.gz zlib-1.2.3.1.tar.bz2 zlib-1.2.3.1.zip |
zlib 1.2.3.1v1.2.3.1
Diffstat (limited to 'minigzip.c')
-rw-r--r-- | minigzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* minigzip.c -- simulate gzip using the zlib compression library | 1 | /* minigzip.c -- simulate gzip using the zlib compression library |
2 | * Copyright (C) 1995-2005 Jean-loup Gailly. | 2 | * Copyright (C) 1995-2006 Jean-loup Gailly. |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -15,8 +15,8 @@ | |||
15 | 15 | ||
16 | /* @(#) $Id$ */ | 16 | /* @(#) $Id$ */ |
17 | 17 | ||
18 | #include <stdio.h> | ||
19 | #include "zlib.h" | 18 | #include "zlib.h" |
19 | #include <stdio.h> | ||
20 | 20 | ||
21 | #ifdef STDC | 21 | #ifdef STDC |
22 | # include <string.h> | 22 | # include <string.h> |