[Spice-commits] gtk/channel-cursor.c

Marc-André Lureau elmarco at kemper.freedesktop.org
Fri Sep 20 08:56:16 PDT 2013


 gtk/channel-cursor.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f31bc2a9a6700bebc258130e802f40180af77d8e
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Fri Sep 20 17:54:58 2013 +0200

    build-sys: fix g_clear_pointer usage on old glib
    
    As pointed out and verified on the ML after 0.21 release by Klaus
    Hochlehnert.

diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c
index 0443b9f..bbfb3c9 100644
--- a/gtk/channel-cursor.c
+++ b/gtk/channel-cursor.c
@@ -15,6 +15,7 @@
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
+#include "glib-compat.h"
 #include "spice-client.h"
 #include "spice-common.h"
 


More information about the Spice-commits mailing list