Grive2 is the fork of original "Grive" Google Drive client with the support for the new Drive REST API and partial sync. WWW: https://github.com/vitalif/grive2/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7675
10 lines
229 B
C++
10 lines
229 B
C++
--- libgrive/src/util/File.cc.orig 2016-08-28 12:56:18 UTC
|
|
+++ libgrive/src/util/File.cc
|
|
@@ -32,6 +32,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <fcntl.h>
|
|
+#include <unistd.h>
|
|
|
|
#ifdef WIN32
|
|
#include <io.h>
|