From 7d4f66b2ec4241ffc33fc963ec84888ce233c8b6 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 19 Mar 2026 23:25:03 -0700 Subject: [PATCH] cndm: Add missing include Signed-off-by: Alex Forencich --- src/cndm/modules/cndm/cndm_cmd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cndm/modules/cndm/cndm_cmd.c b/src/cndm/modules/cndm/cndm_cmd.c index 6ff1ad9..859de1d 100644 --- a/src/cndm/modules/cndm/cndm_cmd.c +++ b/src/cndm/modules/cndm/cndm_cmd.c @@ -10,6 +10,8 @@ Authors: #include "cndm.h" +#include + int cndm_exec_mbox_cmd(struct cndm_dev *cdev, void *cmd, void *rsp) { bool done = false;