Skip to content
Snippets Groups Projects
Commit 50eb0b8d authored by Fons Rademakers's avatar Fons Rademakers
Browse files

add fcntl.h as it was indirectly removed by the removal of G__ci.h. This

avoids breakage of ALL I/O plugins and several other sub-systems and
avoids user code breakage.


git-svn-id: http://root.cern.ch/svn/root/trunk@17013 27541ba8-7e3a-0410-8455-c3a389f83636
parent f9190119
No related branches found
No related tags found
No related merge requests found
// @(#)root/base:$Name: $:$Id: TSystem.h,v 1.63 2006/11/30 23:19:47 pcanal Exp $
// @(#)root/base:$Name: $:$Id: TSystem.h,v 1.64 2006/12/01 08:15:40 brun Exp $
// Author: Fons Rademakers 15/09/95
/*************************************************************************
......@@ -25,6 +25,7 @@
#ifndef __CINT__
#include <stdio.h>
#include <ctype.h>
#include <fcntl.h>
#ifndef R__WIN32
#include <unistd.h>
#endif
......
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