From ae0863b91ddf60795967273b913d93825b04183c Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 10 Jun 2021 21:19:39 -0300 Subject: [PATCH] examples/muxing: add missing header Fixed compilation broken by e67e02d15672. Signed-off-by: James Almer --- doc/examples/muxing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index fe1b9ded21..abc14a8910 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include