summaryrefslogtreecommitdiff
path: root/libavcodec/sbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sbc.h')
-rw-r--r--libavcodec/sbc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/sbc.h b/libavcodec/sbc.h
index 419c8eab90..0a54f1fbbc 100644
--- a/libavcodec/sbc.h
+++ b/libavcodec/sbc.h
@@ -33,7 +33,8 @@
#ifndef AVCODEC_SBC_H
#define AVCODEC_SBC_H
-#include "avcodec.h"
+#include <stddef.h>
+#include <stdint.h>
#include "libavutil/crc.h"
#include "libavutil/mem_internal.h"