diff options
-rw-r--r-- | src/core/SkFDStream.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/SkFDStream.cpp b/src/core/SkFDStream.cpp index 131bb39989..913dbe9e88 100644 --- a/src/core/SkFDStream.cpp +++ b/src/core/SkFDStream.cpp @@ -6,10 +6,11 @@ * found in the LICENSE file. */ #include "SkStream.h" -#include <unistd.h> #ifndef SK_BUILD_FOR_WIN +#include <unistd.h> + //#define TRACE_FDSTREAM SkFDStream::SkFDStream(int fileDesc, bool closeWhenDone) |