From 2ede853ea3bf2b2576a7ddfffc29af37c695d611 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 11 Oct 2011 23:11:56 +0100 Subject: [PATCH] Fix included header --- clutter/clutter-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-util.h b/clutter/clutter-util.h index a3f19bea1..63a382358 100644 --- a/clutter/clutter-util.h +++ b/clutter/clutter-util.h @@ -28,7 +28,7 @@ #ifndef __CLUTTER_UTIL_H__ #define __CLUTTER_UTIL_H__ -#include +#include G_BEGIN_DECLS