---
 common/gl_canvas.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/common/gl_canvas.h b/common/gl_canvas.h
index ff3fba0..4a15668 100644
--- a/common/gl_canvas.h
+++ b/common/gl_canvas.h
@@ -20,6 +20,9 @@
 #include "canvas_base.h"
 #include "region.h"
 
+#ifndef _H__GL_CANVAS
+#define _H__GL_CANVAS
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -42,3 +45,5 @@ void gl_canvas_init();
 #ifdef __cplusplus
 }
 #endif
+
+#endif
-- 
1.7.4.4

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to