lynxis lazus has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/49/38949/1
diff --git a/include/osmocom/gsm/gsm23003.h b/include/osmocom/gsm/gsm23003.h index 3e203a8..2da3288 100644 --- a/include/osmocom/gsm/gsm23003.h +++ b/include/osmocom/gsm/gsm23003.h @@ -2,6 +2,7 @@
#pragma once
+#include <ctype.h> #include <stdint.h> #include <stdbool.h>