mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 04:30:04 +01:00
avb: fix compilation
This commit is contained in:
parent
f03021edd1
commit
bb564d5eb6
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue