From 623015467787ded996425708965208451a955256 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 13 Mar 2023 12:50:32 +0100 Subject: [PATCH] module-rtp: include config.h to get HAVE_OPUS --- src/modules/module-rtp/stream.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/module-rtp/stream.c b/src/modules/module-rtp/stream.c index 46f059230..f6c369038 100644 --- a/src/modules/module-rtp/stream.c +++ b/src/modules/module-rtp/stream.c @@ -14,6 +14,8 @@ #include #include +#include "config.h" + #include #include