Skip to content
Snippets Groups Projects
Commit 63418ec4 authored by Rene Brun's avatar Rene Brun
Browse files

Fix side-effects of the removal of G__ci.h

git-svn-id: http://root.cern.ch/svn/root/trunk@17003 27541ba8-7e3a-0410-8455-c3a389f83636
parent 8ea32125
No related branches found
No related tags found
No related merge requests found
// @(#)root/base:$Name: $:$Id: TSystem.h,v 1.62 2006/11/15 18:27:17 rdm Exp $
// @(#)root/base:$Name: $:$Id: TSystem.h,v 1.63 2006/11/30 23:19:47 pcanal Exp $
// Author: Fons Rademakers 15/09/95
/*************************************************************************
......@@ -24,6 +24,10 @@
#ifndef __CINT__
#include <stdio.h>
#include <ctype.h>
#ifndef R__WIN32
#include <unistd.h>
#endif
#endif
#ifndef ROOT_TNamed
......
// @(#)root/gfal:$Name: $:$Id: TGFALFile.h,v 1.1 2005/12/10 01:19:52 rdm Exp $
// @(#)root/gfal:$Name: $:$Id: TGFALFile.h,v 1.2 2006/04/18 14:23:20 rdm Exp $
// Author: Fons Rademakers 8/12/2005
/*************************************************************************
......@@ -70,6 +70,7 @@
#ifndef ROOT_TSystem
#include "TSystem.h"
#endif
#include <fcntl.h> // open, O_RDWR
class TGFALFile : public TFile {
......
// @(#)root/rfio:$Name: $:$Id: TRFIOFile.cxx,v 1.38 2006/08/28 08:04:24 rdm Exp $
// @(#)root/rfio:$Name: $:$Id: TRFIOFile.cxx,v 1.39 2006/11/06 16:55:50 rdm Exp $
// Author: Fons Rademakers 20/01/99 + Giulia Taurelli 29/06/2006
/*************************************************************************
......@@ -45,6 +45,7 @@
#include "TROOT.h"
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h> // open, O_RDWR
#ifndef R__WIN32
#include <unistd.h>
#if defined(R__SUN) || defined(R__SGI) || defined(R__HPUX) || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment