[geos-commits] [SCM] GEOS branch svn-3.5 updated. e907dee1f465a2f70f935b280613f79cfa1984ea
git at osgeo.org
git at osgeo.org
Thu Jan 24 15:09:26 PST 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, svn-3.5 has been updated
via e907dee1f465a2f70f935b280613f79cfa1984ea (commit)
from 4b5559e0688fc105f1daffb274c0092d2847468b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e907dee1f465a2f70f935b280613f79cfa1984ea
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jan 24 15:09:02 2019 -0800
Try and fix missing 'getpid' problem
References #907
diff --git a/tests/unit/tut/tut_result.hpp b/tests/unit/tut/tut_result.hpp
index 5731802..9b9a56e 100644
--- a/tests/unit/tut/tut_result.hpp
+++ b/tests/unit/tut/tut_result.hpp
@@ -2,6 +2,7 @@
#define TUT_RESULT_H_GUARD
#include <string>
+#include <unistd.h>
namespace tut
{
-----------------------------------------------------------------------
Summary of changes:
tests/unit/tut/tut_result.hpp | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list