commit | 62240eece07753608cb4900d3eaa7861fa17b872 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Thu Nov 07 17:52:45 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Thu Nov 07 17:52:45 2024 +0800 |
tree | ba56c30c7d2674cb4a2728748a646e5093450895 | |
parent | 07c93c8856db847c21af99c1e665e44d19edde78 [diff] [blame] |
Fix warning as error for V2 Change-Id: I70cfd971fda629011ba1be84fef15afea196d393
diff --git a/mbtk/libmbtk_lib_v2/common/mbtk_adc.c b/mbtk/libmbtk_lib_v2/common/mbtk_adc.c index 55cce7c..601d9b0 100755 --- a/mbtk/libmbtk_lib_v2/common/mbtk_adc.c +++ b/mbtk/libmbtk_lib_v2/common/mbtk_adc.c
@@ -16,6 +16,9 @@ #include <sys/stat.h> #include <sys/statfs.h> #include <sys/types.h> +#include <unistd.h> +#include <stdlib.h> + #include "mbtk_log.h" #include "mbtk_type.h" #include "mbtk_adc.h"