Max has submitted this change and it was merged. (
https://gerrit.osmocom.org/12765 )
Change subject: Add missing include
......................................................................
Add missing include
stream.h uses msgb from libosmocore without corresponding #include
It's odd that we haven't hit this issue earlier.
Change-Id: Ib8b4f4965af0fefa7dac3f2a56a5a4b76a03fd57
---
M include/osmocom/netif/stream.h
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
Objections:
osmith: I would prefer this is not merged as is
diff --git a/include/osmocom/netif/stream.h b/include/osmocom/netif/stream.h
index 166ede2..529d4d7 100644
--- a/include/osmocom/netif/stream.h
+++ b/include/osmocom/netif/stream.h
@@ -4,6 +4,8 @@
#include <stdbool.h>
#include <stdint.h>
+#include <osmocom/core/msgb.h>
+
/*! \addtogroup stream
* @{
*/
--
To view, visit https://gerrit.osmocom.org/12765
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib8b4f4965af0fefa7dac3f2a56a5a4b76a03fd57
Gerrit-Change-Number: 12765
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pablo Neira Ayuso <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>