Index: trunk/MagicSoft/Mars/mraw/MRawRead.h
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawRead.h	(revision 4052)
+++ trunk/MagicSoft/Mars/mraw/MRawRead.h	(revision 4114)
@@ -2,6 +2,6 @@
 #define MARS_MRawRead
 
-#ifndef MARS_MTask
-#include "MTask.h"
+#ifndef MARS_MRead
+#include "MRead.h"
 #endif
 
@@ -13,5 +13,5 @@
 class MRawCrateArray;
 
-class MRawRead : public MTask
+class MRawRead : public MRead
 {
 protected:
@@ -36,4 +36,7 @@
     MRawRead(const char *name=NULL, const char *title=NULL);
 
+    UInt_t GetEntries() { return 0; }
+    Bool_t Rewind() {return kTRUE; }
+
     void SetForceMode(Bool_t b=kTRUE) { fForceMode = b; }
 
Index: trunk/MagicSoft/Mars/mraw/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mraw/Makefile	(revision 4052)
+++ trunk/MagicSoft/Mars/mraw/Makefile	(revision 4114)
@@ -19,5 +19,5 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase
+INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase -I../mfileio
 # mgui (MCamEvent), mgeom(MGeomCam)
 
