From ca52243cf50336e0ef9cb0d1dd867cb657580f1b Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 21 Jan 2013 10:58:26 +0100 Subject: indicator-ng.h: use local include --- libindicator/indicator-ng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicator') diff --git a/libindicator/indicator-ng.h b/libindicator/indicator-ng.h index 2187443..4dd333e 100644 --- a/libindicator/indicator-ng.h +++ b/libindicator/indicator-ng.h @@ -1,7 +1,7 @@ #ifndef __INDICATOR_NG_H__ #define __INDICATOR_NG_H__ -#include +#include "indicator-object.h" #define INDICATOR_TYPE_NG (indicator_ng_get_type ()) #define INDICATOR_NG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATOR_TYPE_NG, IndicatorNg)) -- cgit v1.2.3