From 91cedcbdadec4ea26ae4ad562fcbdabf74991e34 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 10 Aug 2022 17:44:50 +0200 Subject: [PATCH] osmux.h: Add missing msgb.h header Change-Id: I2002ed2352ef4db2fe0717389f1f6e24a88a973f --- include/osmocom/netif/osmux.h | 1 + 1 file changed, 1 insertion(+) 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 #include +#include /*! \addtogroup osmux * @{