summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/spiceaudio.c1
-rw-r--r--audio/wavcapture.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/spiceaudio.c b/audio/spiceaudio.c
index 5c6f726757..42ae4a45f7 100644
--- a/audio/spiceaudio.c
+++ b/audio/spiceaudio.c
@@ -18,6 +18,7 @@
*/
#include "hw/hw.h"
+#include "qemu/error-report.h"
#include "qemu/timer.h"
#include "ui/qemu-spice.h"
diff --git a/audio/wavcapture.c b/audio/wavcapture.c
index 6f6d792691..86e905627a 100644
--- a/audio/wavcapture.c
+++ b/audio/wavcapture.c
@@ -1,5 +1,6 @@
#include "hw/hw.h"
#include "monitor/monitor.h"
+#include "qemu/error-report.h"
#include "audio.h"
typedef struct {
ption value='init-fixes'>init-fixes danvet's drm/ playgrounddanvet
summaryrefslogtreecommitdiff
path: root/fs/nfsd/flexfilelayoutxdr.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-16NFSD: Make @gdev parameter of ->encode_getdeviceinfo a const pointerChuck Lever1-1/+1
2023-10-16NFSD: Make @lgp parameter of ->encode_layoutget a const pointerChuck Lever1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-13nfsd: Add a super simple flex file serverTom Haynes1-0/+49