projects
/
project
/
uqmi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5320c1d
)
qmi-struct.h: add missing includes
author
Alexander Couzens
<lynxis@fe80.eu>
Sat, 9 Mar 2024 19:44:07 +0000
(20:44 +0100)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/qmi-struct.h
b/qmi-struct.h
index 52f1c56bc4d8b871624e63930ccf7a59549eb397..60c59a1450d301c3330b4593c4979501496e1fdd 100644
(file)
--- a/
qmi-struct.h
+++ b/
qmi-struct.h
@@
-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;