summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/zopen.c
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-08-20 20:49:39 +0000
committerwosch <wosch@FreeBSD.org>1996-08-20 20:49:39 +0000
commitb72054ac4e84a412bb420ad1210784d47430ab57 (patch)
tree218f9a68e87a236e31881c6a92e36335c0abcbd7 /usr.bin/compress/zopen.c
parent614886b14345b7c5cac15a687107d6911b2467d7 (diff)
downloadFreeBSD-src-b72054ac4e84a412bb420ad1210784d47430ab57.zip
FreeBSD-src-b72054ac4e84a412bb420ad1210784d47430ab57.tar.gz
a header file for zopen.3
Pointed out by: Philippe Charnier <charnier@lirmm.fr>
Diffstat (limited to 'usr.bin/compress/zopen.c')
-rw-r--r--usr.bin/compress/zopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c
index 510b895..5e5357b 100644
--- a/usr.bin/compress/zopen.c
+++ b/usr.bin/compress/zopen.c
@@ -71,6 +71,7 @@ static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93";
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include "zopen.h"
#define BITS 16 /* Default bits. */
#define HSIZE 69001 /* 95% occupancy */
OpenPOWER on IntegriCloud