diff options
author | Frederic Martinsons <frederic.martinsons@sigfox.com> | 2021-10-15 17:02:20 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-22 13:48:20 +0200 |
commit | 9d82d309782c70ed7247db32902f48adebe90669 (patch) | |
tree | bb6a51a909ae9c544d05986c9b9beb96013887df /plugins/huawei/mm-modem-helpers-huawei.c | |
parent | 0510e9aef8818eeaa445aea246b670871c671ddb (diff) |
cli, plugins: factorize usage of iso8601 datetime format
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
Includes updates by Aleksander Morgado to fix coding style issues.
Diffstat (limited to 'plugins/huawei/mm-modem-helpers-huawei.c')
-rw-r--r-- | plugins/huawei/mm-modem-helpers-huawei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/huawei/mm-modem-helpers-huawei.c b/plugins/huawei/mm-modem-helpers-huawei.c index 1b443052..b8548418 100644 --- a/plugins/huawei/mm-modem-helpers-huawei.c +++ b/plugins/huawei/mm-modem-helpers-huawei.c @@ -23,6 +23,7 @@ #include <libmm-glib.h> #include "mm-log-object.h" +#include "mm-common-helpers.h" #include "mm-modem-helpers.h" #include "mm-modem-helpers-huawei.h" #include "mm-huawei-enums-types.h" |