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

fix compilation problem on Mac OS X <sys/stat.h> needed for chmod().

git-svn-id: http://root.cern.ch/svn/root/trunk@18725 27541ba8-7e3a-0410-8455-c3a389f83636
parent a807173c
Branches
Tags
No related merge requests found
// Author: G Ganis 2007 // @(#)root/main:$Name: $:$Id: ssh2rpd.cxx,v 1.9 2005/10/07 10:28:54 rdm Exp $
// Author: G Ganis 10/5/2007
/************************************************************************* /*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
...@@ -16,6 +17,7 @@ ...@@ -16,6 +17,7 @@
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment