ifaces: always include <libmm-glib.h>
As they all use the 'MMSimpleStatus' type.
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
#include <glib-object.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#define _LIBMM_INSIDE_MM
|
||||
#include <libmm-glib.h>
|
||||
|
||||
#define MM_TYPE_IFACE_MODEM_LOCATION (mm_iface_modem_location_get_type ())
|
||||
#define MM_IFACE_MODEM_LOCATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_IFACE_MODEM_LOCATION, MMIfaceModemLocation))
|
||||
#define MM_IS_IFACE_MODEM_LOCATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MM_TYPE_IFACE_MODEM_LOCATION))
|
||||
|
Reference in New Issue
Block a user