laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/38949?usp=email )
Change subject: gsm23.003: make the header self-contained ......................................................................
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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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>