samples/subsys/mgmt/hawkbit: Add missing header
Add missing sys/reboot.h header to fix compilation warning. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
96866a0262
commit
442df37ac8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <mgmt/hawkbit.h>
|
||||
#include <dfu/mcuboot.h>
|
||||
#include <sys/printk.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <logging/log.h>
|
||||
|
||||
#include "dhcp.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue