summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorBernhard Boser <boser@server.home>2020-11-17 11:56:36 -0800
committerScott Shawcroft <scott@tannewt.org>2020-12-01 18:39:24 -0800
commit59c3e25168fde52939948f5c1ffce13557bf4f4b (patch)
tree1e804a7a65f590eb8f39330b29553e34054ab1cb /shared-module
parent4b710796289756cb43275f19bafa9ff806e1011e (diff)
disable on boards tight on memory. add stddef.h to imports (not actually needed).
Diffstat (limited to 'shared-module')
-rw-r--r--shared-module/msgpack/__init__.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-module/msgpack/__init__.c b/shared-module/msgpack/__init__.c
index 3508755e0..e550b01af 100644
--- a/shared-module/msgpack/__init__.c
+++ b/shared-module/msgpack/__init__.c
@@ -24,6 +24,7 @@
* THE SOFTWARE.
*/
+#include <stddef.h>
#include <stdio.h>
#include <inttypes.h>