From 099d844292f60f9d58914da29e5773204dc55e7a Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sun, 30 Dec 2001 22:13:13 +0100 Subject: bzip2-1.0.2 --- bzlib.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bzlib.h') diff --git a/bzlib.h b/bzlib.h index c9447a2..9ac43a1 100644 --- a/bzlib.h +++ b/bzlib.h @@ -8,7 +8,7 @@ This file is a part of bzip2 and/or libbzip2, a program and library for lossless, block-sorting data compression. - Copyright (C) 1996-2000 Julian R Seward. All rights reserved. + Copyright (C) 1996-2002 Julian R Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -110,8 +110,10 @@ typedef #define BZ_EXPORT #endif +/* Need a definitition for FILE */ +#include + #ifdef _WIN32 -# include # include # ifdef small /* windows.h define small to char */ -- cgit v1.2.3-55-g6feb