freebsd-ports/net/grive2/files/patch-libgrive_src_util_File.cc
Carlos J. Puga Medina d4c05fd292 New port: net/grive2 Open source client for Google Drive
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
2016-09-08 23:51:57 +00:00

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>