BZip2Stream.st
changeset 1838 e49a0623ab44
parent 1750 436ca57ad6be
child 3915 34e670460fe0
--- a/BZip2Stream.st	Thu Jan 18 09:44:14 2007 +0100
+++ b/BZip2Stream.st	Thu Jan 18 16:16:27 2007 +0100
@@ -27,7 +27,8 @@
  * and typedefs come here.
  */
 
-#include "bz2lib/bzlib.h"
+#include <stdio.h>
+#include "bzlib.h"
 
 typedef enum {
 	  e_opmode_unspecified          /* processing done */
@@ -352,5 +353,5 @@
 !BZip2Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BZip2Stream.st,v 1.10 2006-09-14 17:15:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BZip2Stream.st,v 1.11 2007-01-18 15:16:27 stefan Exp $'
 ! !