mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 06:50:03 +01:00
module-avb: state: fix header includes
This commit is contained in:
parent
034e8683c8
commit
1b39e7836d
1 changed files with 4 additions and 0 deletions
|
|
@ -5,8 +5,12 @@
|
||||||
#ifndef AVB_AECP_AEM_STATE_H
|
#ifndef AVB_AECP_AEM_STATE_H
|
||||||
#define AVB_AECP_AEM_STATE_H
|
#define AVB_AECP_AEM_STATE_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include "aecp-aem-descriptors.h"
|
#include "aecp-aem-descriptors.h"
|
||||||
#include "aecp-aem-milan.h"
|
#include "aecp-aem-milan.h"
|
||||||
|
#include "stream.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The way structure are organised in a "derived" manner.
|
* The way structure are organised in a "derived" manner.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue