summaryrefslogtreecommitdiffstats
path: root/audio/aframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aframe.h')
-rw-r--r--audio/aframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/aframe.h b/audio/aframe.h
index 9ce19cdee1..8ea676c198 100644
--- a/audio/aframe.h
+++ b/audio/aframe.h
@@ -1,6 +1,8 @@
#pragma once
#include <stdint.h>
+#include <stddef.h>
+#include <stdbool.h>
struct mp_aframe;
struct AVFrame;