diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-07-13 19:51:18 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-07-13 19:51:18 +1200 |
| commit | da38e3a8ae7be05ca783e72f0bce821dc23646bd (patch) | |
| tree | d9522fbe017dfe00fe2bd5cde44d3554c3e6ab00 /Source/Core/Common/FileUtil.cpp | |
| parent | 87e19f1c190719bd1280eb94bcdf372caca5287b (diff) | |
| parent | fff113b64ffbb673d803d18c28f833c7d2b6c02d (diff) | |
Merge pull request #2741 from endrift/fix-freebsd-build-stable
Fix FreeBSD (stable)
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
| -rw-r--r-- | Source/Core/Common/FileUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp index 925e3f1ed3..4709c011b2 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -42,7 +42,7 @@ #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) #endif -#ifdef BSD4_4 +#if defined BSD4_4 || defined __FreeBSD__ #define stat64 stat #define fstat64 fstat #endif |
