diff --git a/src/gswe-moon-phase-data.c b/src/gswe-moon-phase-data.c index b2e9b72..ff6ace8 100644 --- a/src/gswe-moon-phase-data.c +++ b/src/gswe-moon-phase-data.c @@ -25,7 +25,7 @@ * @short_description: a structure representing the phase of the Moon * @title: GsweMoonPhaseData * @stability: Stable - * @include: swe-glib/swe-glib.h + * @include: swe-glib.h * @see_also: #GsweMoonPhase * * #GsweMoonPhaseData is a structure that represents the actual phase of the diff --git a/src/swe-glib.h b/src/swe-glib.h index beceaf0..31c3b35 100644 --- a/src/swe-glib.h +++ b/src/swe-glib.h @@ -20,6 +20,7 @@ #include #include "gswe-types.h" +#include "gswe-moon-phase-data.h" #include "gswe-aspect-data.h" #include "gswe-timestamp.h" #include "gswe-moment.h"