From ddbf864afa46ef7af9f3f853738e4f18d80fb157 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 9 Mar 2024 20:44:07 +0100 Subject: [PATCH] qmi-struct.h: add missing includes To allow qmi-struct.h to be standalone includable. --- qmi-struct.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qmi-struct.h b/qmi-struct.h index 52f1c56..60c59a1 100644 --- a/qmi-struct.h +++ b/qmi-struct.h @@ -22,6 +22,9 @@ #ifndef __QMI_STRUCT_H #define __QMI_STRUCT_H +#include +#include + struct qmux { uint16_t len; uint8_t flags; -- 2.30.2