diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ofono.h b/src/ofono.h index 10d94434..ae223f9a 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -78,7 +78,6 @@ struct ofono_modem { struct network_registration_data *network_registration; struct voicecalls_data *voicecalls; struct ofono_call_forwarding *call_forwarding; - struct ussd_data *ussd; struct ofono_call_settings *call_settings; struct ofono_call_barring *call_barring; struct cssn_data *cssn; @@ -170,6 +169,8 @@ unsigned int __ofono_ssn_mt_watch_add(struct ofono_ssn *ssn, int code2, ofono_destroy_func destroy); gboolean __ofono_ssn_mt_watch_remove(struct ofono_ssn *ssn, int id); +#include <ofono/ussd.h> + #include <ofono/history.h> void __ofono_history_probe_drivers(struct ofono_modem *modem); |