pipewire: module-avb: include "avb.h" in "avb.c"

So that definitions are checked against declarations.
This commit is contained in:
Barnabás Pőcze 2023-07-01 22:53:13 +02:00
parent db510e769a
commit 5b05c1c430

View file

@ -2,6 +2,7 @@
/* SPDX-FileCopyrightText: Copyright © 2022 Wim Taymans */
/* SPDX-License-Identifier: MIT */
#include "avb.h"
#include "internal.h"
#include <spa/support/cpu.h>