diff --git a/lib/updatehub/updatehub.c b/lib/updatehub/updatehub.c index dccbb60137d..ca798b1a173 100644 --- a/lib/updatehub/updatehub.c +++ b/lib/updatehub/updatehub.c @@ -21,6 +21,7 @@ LOG_MODULE_REGISTER(updatehub); #include #include #include +#include #include "include/updatehub.h" #include "updatehub_priv.h" diff --git a/lib/updatehub/updatehub_firmware.c b/lib/updatehub/updatehub_firmware.c index e32864c237e..553f5165424 100644 --- a/lib/updatehub/updatehub_firmware.c +++ b/lib/updatehub/updatehub_firmware.c @@ -4,6 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ +#include + #include "updatehub_firmware.h" bool updatehub_get_firmware_version(char *version, int version_len)