From 0842b7d53ffede64468e775f5c79965e3d9e48ae Mon Sep 17 00:00:00 2001 From: delphij Date: Sun, 13 Dec 2009 03:14:06 +0000 Subject: Revert most part of 200420 as requested, as more review and polish is needed. --- usr.bin/compress/zopen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/compress') diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index 92e0a97..f0ec887 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -67,11 +67,13 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include #include #include #include +#include #include "zopen.h" #define BITS 16 /* Default bits. */ -- cgit v1.1