From: Ferry Huberts <[email protected]>
Signed-off-by: Ferry Huberts <[email protected]>
---
.../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