summaryrefslogtreecommitdiff
path: root/libavresample/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/resample.h')
-rw-r--r--libavresample/resample.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavresample/resample.h b/libavresample/resample.h
index 7534e26ad4..4544dab92f 100644
--- a/libavresample/resample.h
+++ b/libavresample/resample.h
@@ -22,10 +22,9 @@
#define AVRESAMPLE_RESAMPLE_H
#include "avresample.h"
+#include "internal.h"
#include "audio_data.h"
-typedef struct ResampleContext ResampleContext;
-
/**
* Allocate and initialize a ResampleContext.
*