aports/main/bluez/gcc13.patch
psykose 0a7f296768 main/bluez: use lto
reduces the binary size ~33% in this case
2023-05-05 14:27:16 +02:00

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 {