avb: fix compilation

This commit is contained in:
Wim Taymans 2025-12-15 09:26:55 +01:00
parent f03021edd1
commit bb564d5eb6
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "../aecp-aem.h"
#include "../aecp-aem-state.h"
#include "../descriptors.h"
#include "../aecp-aem-types.h"

View file

@ -8,9 +8,12 @@
#include <stdint.h>
#include <string.h>
#include <spa/utils/defs.h>
#include <pipewire/log.h>
#include "../aecp.h"
static inline int reply_status(struct aecp *aecp, int status, const void *m, int len)
{
uint8_t buf[2048];