You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by Ferry Huberts <ma...@hupie.com> on 2012/07/13 23:35:45 UTC

[RFC] [PATCH v1 2/9] add forgotten include

From: Ferry Huberts <fe...@pelagic.nl>

Signed-off-by: Ferry Huberts <fe...@pelagic.nl>
---
 .../chapter04-paint-example/simple/public/include/simple_shape.h     |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/osgi-in-action/chapter04-paint-example/simple/public/include/simple_shape.h b/examples/osgi-in-action/chapter04-paint-example/simple/public/include/simple_shape.h
index 8e4be5b..689bdc6 100644
--- a/examples/osgi-in-action/chapter04-paint-example/simple/public/include/simple_shape.h
+++ b/examples/osgi-in-action/chapter04-paint-example/simple/public/include/simple_shape.h
@@ -8,6 +8,8 @@
 #ifndef SIMPLE_SHAPE_H_
 #define SIMPLE_SHAPE_H_
 
+#include <gdk/gdk.h>
+
 struct simple_shape {
 	char *icon_path;
 	char *name;
-- 
1.7.10.4