[geos-commits] [SCM] GEOS branch svn-3.5 updated. 53df8191cdc8d15de75406a444038bbc6a9a7e9e

git at osgeo.org git at osgeo.org
Thu Jan 24 15:11:31 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  53df8191cdc8d15de75406a444038bbc6a9a7e9e (commit)
      from  e907dee1f465a2f70f935b280613f79cfa1984ea (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 53df8191cdc8d15de75406a444038bbc6a9a7e9e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jan 24 15:11:13 2019 -0800

    Try and put the fix in the right defines
    References #907

diff --git a/tests/unit/tut/tut_result.hpp b/tests/unit/tut/tut_result.hpp
index 9b9a56e..7f3bdc3 100644
--- a/tests/unit/tut/tut_result.hpp
+++ b/tests/unit/tut/tut_result.hpp
@@ -2,12 +2,12 @@
 #define TUT_RESULT_H_GUARD
 
 #include <string>
-#include <unistd.h>
-
-namespace tut
-{
 
 #if defined(TUT_USE_POSIX)
+
+#include <sys/types.h>
+#include <unistd.h>
+
 struct test_result_posix
 {
     test_result_posix()

-----------------------------------------------------------------------

Summary of changes:
 tests/unit/tut/tut_result.hpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list