qmi-struct.h: add missing includes
authorAlexander Couzens <lynxis@fe80.eu>
Sat, 9 Mar 2024 19:44:07 +0000 (20:44 +0100)
committerAlexander Couzens <lynxis@fe80.eu>
Sat, 9 Mar 2024 20:15:21 +0000 (21:15 +0100)
To allow qmi-struct.h to be standalone includable.

qmi-struct.h

index 52f1c56bc4d8b871624e63930ccf7a59549eb397..60c59a1450d301c3330b4593c4979501496e1fdd 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef __QMI_STRUCT_H
 #define __QMI_STRUCT_H
 
+#include <libubox/utils.h>
+#include <stdint.h>
+
 struct qmux {
        uint16_t len;
        uint8_t flags;