From 81ca8888db960bf5dd2496e58e01e1f31764146c Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 05:34:57 -0600 Subject: [PATCH] treewide: use full path to hwinfo.h header The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot --- samples/net/lwm2m_client/src/lwm2m-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/net/lwm2m_client/src/lwm2m-client.c b/samples/net/lwm2m_client/src/lwm2m-client.c index 84052c8f5ba..5f675c6e8ba 100644 --- a/samples/net/lwm2m_client/src/lwm2m-client.c +++ b/samples/net/lwm2m_client/src/lwm2m-client.c @@ -11,7 +11,7 @@ #include LOG_MODULE_REGISTER(LOG_MODULE_NAME); -#include +#include #include #include #include