]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Missing includes
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 May 2004 11:16:11 +0000 (11:16 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 May 2004 11:16:11 +0000 (11:16 +0000)
RAW/AliMDC.cxx

index 397159c578c778f01de50495a39be0af7688ec72..ffc81bdfba6e383a0381ae627879c2622275dd6d 100644 (file)
@@ -17,6 +17,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 //////////////////////////////////////////////////////////////////////////
 //                                                                      //
 // AliMDC                                                               //
@@ -41,6 +43,9 @@
 //                                                                      //
 //////////////////////////////////////////////////////////////////////////
 
+#include <sys/types.h>
+#include <sys/stat.h>
+
 #include <errno.h>
 
 #include <TSystem.h>