[X2Go-Commits] [x2goclient] 207/219: src/pulsemanager.h: include accidentally omitted wapi.h header file.

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:37:38 CEST 2016


This is an automated email from the git hooks/post-receive script.

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

commit 032acc9c72ddb9ae405c9fdd7cd69279200ff5d4
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jul 4 23:19:13 2016 +0200

    src/pulsemanager.h: include accidentally omitted wapi.h header file.
---
 debian/changelog   |    1 +
 src/pulsemanager.h |    1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2f9b67a..b34041e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -353,6 +353,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - src/onmainwindow.cpp: use correct C++ universal initializer for
       initializing in_addr-type variable, the C-style universal zero
       initializer won't cut it here.
+    - src/pulsemanager.h: include accidentally omitted wapi.h header file.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/pulsemanager.h b/src/pulsemanager.h
index ff541cb..0b1ae3c 100644
--- a/src/pulsemanager.h
+++ b/src/pulsemanager.h
@@ -38,6 +38,7 @@
 #endif /* defined (Q_OS_WIN) */
 
 #include "x2gosettings.h"
+#include "wapi.h"
 
 class PulseManager: public QObject {
   Q_OBJECT;

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list