Fix includes
authorStefan Vogel <sv@exept.de>
Thu, 18 Jan 2007 16:16:27 +0100
changeset 1838 e49a0623ab44
parent 1837 b035cf13fb00
child 1839 c10cd58ec334
Fix includes
BZip2Stream.st
libInit.cc
--- 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 $'
 ! !
--- a/libInit.cc	Thu Jan 18 09:44:14 2007 +0100
+++ b/libInit.cc	Thu Jan 18 16:16:27 2007 +0100
@@ -1,11 +1,11 @@
 /*
- * $Header: /cvs/stx/stx/libbasic2/libInit.cc,v 1.70 2007-01-17 13:38:10 stefan Exp $
+ * $Header: /cvs/stx/stx/libbasic2/libInit.cc,v 1.71 2007-01-18 15:16:27 stefan Exp $
  *
  * DO NOT EDIT 
  * automagically generated from the projectDefinition: stx_libbasic2.
  */
 #define __INDIRECTVMINITCALLS__
-#include <stc.h>                                                                             D
+#include <stc.h>
 
 #ifdef WIN32
 # pragma codeseg INITCODE "INITCODE"