=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compress/gzopen.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/compress/gzopen.c 2003/07/08 00:30:12 1.10 +++ src/usr.bin/compress/gzopen.c 2003/07/10 00:06:50 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: gzopen.c,v 1.10 2003/07/08 00:30:12 mickey Exp $ */ +/* $OpenBSD: gzopen.c,v 1.11 2003/07/10 00:06:50 david Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -59,12 +59,13 @@ */ const char gz_rcsid[] = - "$OpenBSD: gzopen.c,v 1.10 2003/07/08 00:30:12 mickey Exp $"; + "$OpenBSD: gzopen.c,v 1.11 2003/07/10 00:06:50 david Exp $"; #include #include #include #include +#include #include #include #include