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:
Yong Cong Sin 2021-07-31 13:22:47 +08:00 committed by Christopher Friedt
commit 442df37ac8

View file

@ -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"