diff options
Diffstat (limited to 'backends/alsa/alsa-switch-option.h')
-rw-r--r-- | backends/alsa/alsa-switch-option.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/alsa/alsa-switch-option.h b/backends/alsa/alsa-switch-option.h index 98d4f57..e12cf5b 100644 --- a/backends/alsa/alsa-switch-option.h +++ b/backends/alsa/alsa-switch-option.h @@ -22,6 +22,8 @@ #include <glib-object.h> #include <libmatemixer/matemixer.h> +#include "alsa-types.h" + G_BEGIN_DECLS #define ALSA_TYPE_SWITCH_OPTION \ @@ -37,7 +39,6 @@ G_BEGIN_DECLS #define ALSA_SWITCH_OPTION_GET_CLASS(o) \ (G_TYPE_INSTANCE_GET_CLASS ((o), ALSA_TYPE_SWITCH_OPTION, AlsaSwitchOptionClass)) -typedef struct _AlsaSwitchOption AlsaSwitchOption; typedef struct _AlsaSwitchOptionClass AlsaSwitchOptionClass; typedef struct _AlsaSwitchOptionPrivate AlsaSwitchOptionPrivate; |