laforge submitted this change.
gsm23.003: make the header self-contained
size_t was undefined.
Change-Id: I5952f5746f7ee9093d9c5c7eaef76952e2c4107b
---
M include/osmocom/gsm/gsm23003.h
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/osmocom/gsm/gsm23003.h b/include/osmocom/gsm/gsm23003.h
index 00f05eb..3942564 100644
--- a/include/osmocom/gsm/gsm23003.h
+++ b/include/osmocom/gsm/gsm23003.h
@@ -2,6 +2,7 @@
#pragma once
+#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
To view, visit change 38949. To unsubscribe, or for help writing mail filters, visit settings.