Skip to content

Commit

Permalink
Correct for MacOs problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Nov 17, 2013
1 parent 15cfa2c commit ea7c046
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/XrdPosix/XrdPosixDir.hh
Expand Up @@ -32,6 +32,13 @@
/******************************************************************************/

#include <dirent.h>

#if defined(__APPLE__)
#if !defined(dirent64)
#define dirent64 dirent
#endif
#endif

#include <unistd.h>
#include <sys/types.h>

Expand Down

0 comments on commit ea7c046

Please sign in to comment.