diff options
Diffstat (limited to 'src/plugins/ublox/mm-sim-ublox.c')
-rw-r--r-- | src/plugins/ublox/mm-sim-ublox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/ublox/mm-sim-ublox.c b/src/plugins/ublox/mm-sim-ublox.c index 5850767e..7650800a 100644 --- a/src/plugins/ublox/mm-sim-ublox.c +++ b/src/plugins/ublox/mm-sim-ublox.c @@ -26,6 +26,7 @@ #include "mm-log.h" #include "mm-modem-helpers.h" #include "mm-base-modem-at.h" +#include "mm-bind.h" #include "mm-sim-ublox.h" @@ -144,6 +145,7 @@ mm_sim_ublox_new (MMBaseModem *modem, callback, user_data, MM_BASE_SIM_MODEM, modem, + MM_BIND_TO, G_OBJECT (modem), "active", TRUE, /* by default always active */ NULL); } |