aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compress/compress.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-05 18:15:43 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-05 18:15:43 +0000
commit1f36dc1f9e7692e2f2905c5cc43cfeb9060af397 (patch)
tree5997542b0f336dd9811d15d7fddcff6dd2d589b4 /usr.bin/compress/compress.c
parent9b66eea42e5b07e9466f655b6ed52cd37318b746 (diff)
downloadsrc-1f36dc1f9e7692e2f2905c5cc43cfeb9060af397.tar.gz
src-1f36dc1f9e7692e2f2905c5cc43cfeb9060af397.zip
Finished adjustments for cleaning up declaration of zopen(). Moving the
declaration from <stdio.h> to "zopen.h" left it undeclared here.
Notes
Notes: svn path=/head/; revision=18053
Diffstat (limited to 'usr.bin/compress/compress.c')
-rw-r--r--usr.bin/compress/compress.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c
index dd74e0f700f5..d58e6f5e85d3 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 <varargs.h>
#endif
+#include "zopen.h"
+
void compress __P((char *, char *, int));
void cwarn __P((const char *, ...));
void cwarnx __P((const char *, ...));