laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/29182 )
Change subject: rlcmac: fix using incomplete type 'struct value_string' ...................................................................... rlcmac: fix using incomplete type 'struct value_string' Change-Id: I6f261c0e57a8d341f6e613a2845a6f2cb52d3830 --- M include/osmocom/gprs/rlcmac/gprs_rlcmac.h 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved; Verified diff --git a/include/osmocom/gprs/rlcmac/gprs_rlcmac.h b/include/osmocom/gprs/rlcmac/gprs_rlcmac.h index bd416f3..f83a3f9 100644 --- a/include/osmocom/gprs/rlcmac/gprs_rlcmac.h +++ b/include/osmocom/gprs/rlcmac/gprs_rlcmac.h @@ -27,6 +27,7 @@ #pragma once +#include <osmocom/core/utils.h> #include <osmocom/core/bitvec.h> #include <osmocom/csn1/wireshark_compat.h> -- To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/29182 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-gprs Gerrit-Branch: master Gerrit-Change-Id: I6f261c0e57a8d341f6e613a2845a6f2cb52d3830 Gerrit-Change-Number: 29182 Gerrit-PatchSet: 2 Gerrit-Owner: fixeria <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-MessageType: merged
