X-Git-Url: https://git.cworth.org/git?p=gzip;a=blobdiff_plain;f=gzip.h;h=bd0bfe386797591b78bcb6b0c2eb91cd5b680764;hp=ae273a6bc44a784bb7b47bf32232b10fe9a936ba;hb=HEAD;hpb=e7921f54c622e3b32e525f345bc34308821e4ae0 diff --git a/gzip.h b/gzip.h index ae273a6..bd0bfe3 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__