samples: device_pm: include device_runtime.h

include the now relocated device_runtime.h.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-05 18:13:02 -04:00
commit b3c107a432
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <pm/device_runtime.h>
#include <sys/printk.h>
#include "dummy_parent.h"
#include "dummy_driver.h"

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <pm/device_runtime.h>
#include <sys/printk.h>
#include "dummy_parent.h"