Print

Print


Commit in lcio/sio/include on MAIN
SIO_stream.h+3-11.7 -> 1.8
bug fix: missing #include <sys/stat.h>

lcio/sio/include
SIO_stream.h 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- SIO_stream.h	27 Oct 2009 16:01:17 -0000	1.7
+++ SIO_stream.h	28 Oct 2009 13:37:44 -0000	1.8
@@ -1,5 +1,5 @@
 // ----------------------------------------------------------------------------
-// CVS $Id: SIO_stream.h,v 1.7 2009/10/27 16:01:17 gaede Exp $
+// CVS $Id: SIO_stream.h,v 1.8 2009/10/28 13:37:44 engels Exp $
 // ----------------------------------------------------------------------------
 // => Controller for a single SIO stream.                          
 // ----------------------------------------------------------------------------
@@ -47,6 +47,8 @@
 
 #else
 
+#include <sys/stat.h>
+
 #define FOPEN  fopen
 #define FTELL  ftell
 #define FSEEK  fseek
CVSspam 0.2.8