From 78bf05beb4d88b562787740898ec12dbcdd4e9b9 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Fri, 1 Dec 2006 07:47:13 +0000 Subject: [PATCH] Fix a side-effect of the removal of G__ci.h from TSystem. Add a missing include. Did not compile on Linux. git-svn-id: http://root.cern.ch/svn/root/trunk@17000 27541ba8-7e3a-0410-8455-c3a389f83636 --- auth/src/TAuthenticate.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/src/TAuthenticate.cxx b/auth/src/TAuthenticate.cxx index 756f377d683..c616fc77f55 100644 --- a/auth/src/TAuthenticate.cxx +++ b/auth/src/TAuthenticate.cxx @@ -1,4 +1,4 @@ -// @(#)root/auth:$Name: $:$Id: TAuthenticate.cxx,v 1.15 2006/11/16 17:17:36 rdm Exp $ +// @(#)root/auth:$Name: $:$Id: TAuthenticate.cxx,v 1.16 2006/11/30 23:19:47 pcanal Exp $ // Author: Fons Rademakers 26/11/2000 /************************************************************************* @@ -57,7 +57,7 @@ #ifdef WIN32 # include <io.h> #endif /* WIN32 */ -#if defined(R__FBSD) || defined(R__OBSD) +#if defined(R__LINUX) || defined(R__FBSD) || defined(R__OBSD) # include <unistd.h> #endif -- GitLab