diff options
| author | Jeffrey Pfau <jeffrey@endrift.com> | 2015-06-10 22:15:11 -0700 |
|---|---|---|
| committer | Jeffrey Pfau <jeffrey@endrift.com> | 2015-06-13 21:52:47 -0700 |
| commit | 7085fcc8d66267429fc6734be4ff0c563b9ff50a (patch) | |
| tree | bff7cd87fe9b9e1f156154b9057dfba057a875f1 /Source/Core/Common/FileUtil.cpp | |
| parent | 0ca955a14c9a23a12deabb62502a4d2703f9c47b (diff) | |
Fix FreeBSD build
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 |
