cndm: Add missing include

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-03-19 23:25:03 -07:00
parent 81e91a95e5
commit 7d4f66b2ec

View File

@@ -10,6 +10,8 @@ Authors:
#include "cndm.h"
#include <linux/ctype.h>
int cndm_exec_mbox_cmd(struct cndm_dev *cdev, void *cmd, void *rsp)
{
bool done = false;