diff options
Diffstat (limited to 'backends/alsa/alsa-element.h')
-rw-r--r-- | backends/alsa/alsa-element.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/alsa/alsa-element.h b/backends/alsa/alsa-element.h index 1c30f68..4c37f12 100644 --- a/backends/alsa/alsa-element.h +++ b/backends/alsa/alsa-element.h @@ -22,6 +22,8 @@ #include <glib-object.h> #include <alsa/asoundlib.h> +#include "alsa-types.h" + G_BEGIN_DECLS #define ALSA_TYPE_ELEMENT \ @@ -33,7 +35,6 @@ G_BEGIN_DECLS #define ALSA_ELEMENT_GET_INTERFACE(o) \ (G_TYPE_INSTANCE_GET_INTERFACE ((o), ALSA_TYPE_ELEMENT, AlsaElementInterface)) -typedef struct _AlsaElement AlsaElement; /* dummy object */ typedef struct _AlsaElementInterface AlsaElementInterface; struct _AlsaElementInterface |