From 5b05c1c430da1b685aa39fc377ff002cf09b85d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 1 Jul 2023 22:53:13 +0200 Subject: [PATCH] pipewire: module-avb: include "avb.h" in "avb.c" So that definitions are checked against declarations. --- src/modules/module-avb/avb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/module-avb/avb.c b/src/modules/module-avb/avb.c index 80a37a506..61ee48eaa 100644 --- a/src/modules/module-avb/avb.c +++ b/src/modules/module-avb/avb.c @@ -2,6 +2,7 @@ /* SPDX-FileCopyrightText: Copyright © 2022 Wim Taymans */ /* SPDX-License-Identifier: MIT */ +#include "avb.h" #include "internal.h" #include