summaryrefslogtreecommitdiff
path: root/src/spice-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spice-client.h')
-rw-r--r--src/spice-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spice-client.h b/src/spice-client.h
index 5a4d838..aaa6775 100644
--- a/src/spice-client.h
+++ b/src/spice-client.h
@@ -22,6 +22,8 @@
#include <glib.h>
#include <glib-object.h>
+#define __SPICE_CLIENT_H_INSIDE__
+
/* spice-protocol */
#include <spice/enums.h>
#include <spice/protocol.h>
@@ -88,4 +90,6 @@ GQuark spice_client_error_quark(void);
G_END_DECLS
+#undef __SPICE_CLIENT_H_INSIDE__
+
#endif /* __SPICE_CLIENT_CLIENT_H__ */