summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-11-05 17:20:04 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-11-05 17:31:47 +0100
commitd45809979a21961f52641773edc0c335d65cf281 (patch)
treee8e4ea7e1f310a826450526a76a0cfc5cc39dcf3
parent83df1cd36efd4347e25334995a25fe9f3fe6cabf (diff)
downloadspice-gtk-d45809979a21961f52641773edc0c335d65cf281.tar.gz
spice-gtk-d45809979a21961f52641773edc0c335d65cf281.tar.xz
spice-gtk-d45809979a21961f52641773edc0c335d65cf281.zip
Add missing include of spice-audio
-rw-r--r--gtk/spice-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/spice-client.h b/gtk/spice-client.h
index 48ea96d..3f84b0b 100644
--- a/gtk/spice-client.h
+++ b/gtk/spice-client.h
@@ -41,6 +41,7 @@
#include "channel-smartcard.h"
#include "channel-usbredir.h"
#include "usb-device-manager.h"
+#include "spice-audio.h"
#define SPICE_CLIENT_ERROR spice_client_error_quark()