X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=a5e1c1e663113368eeb494256696157291994ae4;hb=refs%2Ftags%2Fupstream%2F1.3.12;hp=dad0fcc31e5592b9572081d19fdb5442a962442a;hpb=0d5a754ba8f2cc33e98d48d559f0ad6cd18a43a3;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index dad0fcc..a5e1c1e 100644 --- a/gzip.h +++ b/gzip.h @@ -1,6 +1,8 @@ /* gzip.h -- common declarations for all gzip modules - Copyright (C) 1997, 1998, 1999, 2001, 2006 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2001, 2006, 2007 Free Software + Foundation, Inc. + Copyright (C) 1992-1993 Jean-loup Gailly. This program is free software; you can redistribute it and/or modify @@ -43,7 +45,8 @@ * too often */ #include -#include /* for off_t, time_t */ +#include /* for off_t */ +#include #if defined HAVE_STRING_H || defined STDC_HEADERS # include # if !defined STDC_HEADERS && defined HAVE_MEMORY_H && !defined __GNUC__