mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/carve: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
0277870162
commit
b33c7f547a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328984
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
--- external/gtest-1.5.0/include/gtest/internal/gtest-port.h.orig 2011-08-26 20:16:23.000000000 +0000
|
||||||
|
+++ external/gtest-1.5.0/include/gtest/internal/gtest-port.h
|
||||||
|
@@ -176,6 +176,7 @@
|
||||||
|
#ifndef _WIN32_WCE
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#endif // !_WIN32_WCE
|
||||||
|
+#include <unistd.h>
|
||||||
|
|
||||||
|
#include <iostream> // NOLINT
|
||||||
|
#include <sstream> // NOLINT
|
Loading…
Add table
Reference in a new issue