summaryrefslogtreecommitdiff
path: root/libavformat/au.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/au.c')
-rw-r--r--libavformat/au.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/au.c b/libavformat/au.c
index 5f15749d9c..bb76c90495 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -27,7 +27,7 @@
#include "avformat.h"
#include "allformats.h"
-#include "avi.h"
+#include "riff.h"
/* if we don't know the size in advance */
#define AU_UNKOWN_SIZE ((uint32_t)(~0))