diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-09-20 17:54:58 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-09-20 17:55:14 +0200 |
commit | f31bc2a9a6700bebc258130e802f40180af77d8e (patch) | |
tree | 8a2a2d76040666dc71b23cc69683d4f34850e1f8 | |
parent | 632836ed77c3e15df7d3282dea3df0dd3a334ddd (diff) |
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.
-rw-r--r-- | gtk/channel-cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |