commit | 778645e3a5a4bb2267d47e6e17c73a3b463ce2b1 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Fri Jun 21 16:47:42 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Fri Jun 21 16:47:42 2024 +0800 |
tree | 3c71f8138b6b3c6a8cfee0d43dbdda75832e395c | |
parent | 71ea7ff114145845dcf37ff88f2a1bea545ced7f [diff] [blame] |
Add hd8122 download API. Change-Id: Id631c2fbde1364240114e5527f85a4cf1d0987b3
diff --git a/mbtk/mbtk_gnssd/gnss_utils.c b/mbtk/mbtk_gnssd/gnss_utils.c index e0fa746..6f5ad6a 100755 --- a/mbtk/mbtk_gnssd/gnss_utils.c +++ b/mbtk/mbtk_gnssd/gnss_utils.c
@@ -6,6 +6,8 @@ #include <termios.h> #include <string.h> #include <stdarg.h> +#include <pty.h> +#include <libubox/uloop.h> #include "mbtk_type.h" #include "mbtk_log.h"