Haiku: build fix

D4693 by @miqlas
This commit is contained in:
2019-04-24 12:30:35 +10:00
parent 200ba76495
commit 1b839e85e1

View File

@@ -53,7 +53,7 @@ enum eFileDataFlag {
# pragma GCC poison off_t
#endif
#if defined(_MSC_VER) || defined(__APPLE__)
#if defined(_MSC_VER) || defined(__APPLE__) || defined(__HAIKU__)
typedef int64_t off64_t;
#endif