pipewire: module-avb: add missing "stddef.h" include in "avb.h"

Including "stddef.h" is needed for `size_t`.
This commit is contained in:
Barnabás Pőcze 2023-07-01 22:52:06 +02:00
parent 12be42ed6b
commit db510e769a

View file

@ -5,6 +5,8 @@
#ifndef PIPEWIRE_AVB_H
#define PIPEWIRE_AVB_H
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif