pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29028 )
Change subject: osmux.h: Add missing msgb.h header ......................................................................
osmux.h: Add missing msgb.h header
Change-Id: I2002ed2352ef4db2fe0717389f1f6e24a88a973f --- M include/osmocom/netif/osmux.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h index 6305dc8..ed5c1ab 100644 --- a/include/osmocom/netif/osmux.h +++ b/include/osmocom/netif/osmux.h @@ -3,6 +3,7 @@
#include <osmocom/core/endian.h> #include <osmocom/core/timer.h> +#include <osmocom/core/msgb.h>
/*! \addtogroup osmux * @{