summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/i2c/src/main.c')
-rw-r--r--zephyr/test/i2c/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/i2c/src/main.c b/zephyr/test/i2c/src/main.c
index 091f2b8a81..dbe9878da5 100644
--- a/zephyr/test/i2c/src/main.c
+++ b/zephyr/test/i2c/src/main.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include <devicetree.h>
+#include <zephyr/devicetree.h>
#include <ztest.h>
#include "common.h"