From ab9dad6cdf0d5d416be779dedda23b7642560f57 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 5 Sep 1996 18:15:43 +0000 Subject: Finished adjustments for cleaning up declaration of zopen(). Moving the declaration from to "zopen.h" left it undeclared here. --- usr.bin/compress/compress.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/compress') diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index dd74e0f..d58e6f5 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -58,6 +58,8 @@ static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; #include #endif +#include "zopen.h" + void compress __P((char *, char *, int)); void cwarn __P((const char *, ...)); void cwarnx __P((const char *, ...)); -- cgit v1.1