mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
15 lines
275 B
Diff
15 lines
275 B
Diff
diff --git a/mesh/mesh-config.h b/mesh/mesh-config.h
|
|
index 4207758..34f9e77 100644
|
|
--- a/mesh/mesh-config.h
|
|
+++ b/mesh/mesh-config.h
|
|
@@ -10,6 +10,9 @@
|
|
|
|
#define MIN_COMP_SIZE 14
|
|
|
|
+#include <stdint.h>
|
|
+#include <stdbool.h>
|
|
+
|
|
struct mesh_config;
|
|
|
|
struct mesh_config_sub {
|