$FreeBSD$

--- bzlib.h	2002/02/01 15:20:44	1.1
+++ bzlib.h	2002/02/01 15:20:49
@@ -110,8 +110,10 @@
 #define BZ_EXPORT
 #endif
 
+#ifndef BZ_NO_STDIO
 /* Need a definitition for FILE */
 #include <stdio.h>
+#endif
 
 #ifdef _WIN32
 #   include <windows.h>