From de81cedffe7eaf875201ecb40e270fb82ff411f6 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 31 Jan 2019 16:19:23 +0100 Subject: 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 --- include/osmocom/netif/stream.h | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include + /*! \addtogroup stream * @{ */ -- cgit v1.2.3