diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-03-13 12:53:18 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-03-13 12:53:18 +0100 |
commit | eb6b4cac8a752674a7b8359c713ecf5ae1a1f098 (patch) | |
tree | bdf55d4443fc991c97f8f3d56dee34575d63d6f8 | |
parent | 1481dd58e2fccbd005b63f866be2b910c4724ed3 (diff) |
libmm-glib: add several missing headers
-rw-r--r-- | libmm-glib/libmm-glib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmm-glib/libmm-glib.h b/libmm-glib/libmm-glib.h index 53f0a196..81175ca9 100644 --- a/libmm-glib/libmm-glib.h +++ b/libmm-glib/libmm-glib.h @@ -34,6 +34,10 @@ /* This headers are not exported within ModemManager */ # include <mm-manager.h> # include <mm-object.h> +# include <mm-sim.h> +# include <mm-sms.h> +# include <mm-call.h> +# include <mm-bearer.h> # include <mm-modem.h> # include <mm-modem-3gpp.h> # include <mm-modem-3gpp-ussd.h> @@ -62,6 +66,7 @@ #include <mm-call-properties.h> #include <mm-bearer-properties.h> #include <mm-bearer-ip-config.h> +#include <mm-bearer-stats.h> #include <mm-location-common.h> #include <mm-location-3gpp.h> #include <mm-location-gps-raw.h> |