[X2Go-Commits] [x2goclient] 31/217: compat.h: include QtCore/qglobal.h for Q_OS_... macros.

2016-09-20 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 1dd8968d4c57423787fa8536789e987a9dba3858
Author: Mihai Moldovan 
Date:   Sat Mar 21 23:51:37 2015 +0100

compat.h: include QtCore/qglobal.h for Q_OS_... macros.
---
 debian/changelog |1 +
 src/compat.h |3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ac772c6..bb8b6ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,6 +63,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
   Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
 - compat.{cpp,h}: remove inline keyword, because function is not defined
   in header file.
+- compat.h: include QtCore/qglobal.h for Q_OS_... macros.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/compat.h b/src/compat.h
index 36b71ef..39da9eb 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -17,10 +17,11 @@
  *  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  *
  ***/
 
-
 #ifndef COMPAT_H
 #define COMPAT_H
 
+#include 
+
 #ifdef Q_OS_DARWIN
 /*
  * strndup() is not available on 10.6 and below, define a compat version here.

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [x2goclient] 31/217: compat.h: include QtCore/qglobal.h for Q_OS_... macros.

2016-08-27 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 9bfcda8631e2c087451045b5504d7853b61c8b4d
Author: Mihai Moldovan 
Date:   Sat Mar 21 23:51:37 2015 +0100

compat.h: include QtCore/qglobal.h for Q_OS_... macros.
---
 debian/changelog |1 +
 src/compat.h |3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 720f9a3..940fd17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -96,6 +96,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
   Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
 - compat.{cpp,h}: remove inline keyword, because function is not defined
   in header file.
+- compat.h: include QtCore/qglobal.h for Q_OS_... macros.
   * debian/control:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/compat.h b/src/compat.h
index 36b71ef..39da9eb 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -17,10 +17,11 @@
  *  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  *
  ***/
 
-
 #ifndef COMPAT_H
 #define COMPAT_H
 
+#include 
+
 #ifdef Q_OS_DARWIN
 /*
  * strndup() is not available on 10.6 and below, define a compat version here.

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits