mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/cssc: add <unistd.h>
Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
13789c7d65
commit
4b74ec6f1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332091
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
--- unit-tests/googletest/include/gtest/internal/gtest-port.h.orig 2010-05-15 22:30:14.000000000 +0000
|
||||||
|
+++ unit-tests/googletest/include/gtest/internal/gtest-port.h
|
||||||
|
@@ -173,6 +173,7 @@
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
#ifndef _WIN32_WCE
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#endif // !_WIN32_WCE
|
Loading…
Add table
Reference in a new issue