Fix the compiling error that not include glib.h directly. upstream bugzilla link: https://bugs.freedesktop.org/show_bug.cgi?id=52210 Upstream-Status: Submitted Signed-off-by: Yao Zhao diff --git a/test/core/test-service-glib.c b/test/core/test-service-glib.c index 3355890..7291f35 100644 --- a/test/core/test-service-glib.c +++ b/test/core/test-service-glib.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include "my-object.h" #include "my-object-subclass.h"