summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wv.c')
-rw-r--r--libavformat/wv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/wv.c b/libavformat/wv.c
index 0f4f80761a..b260bb9fc3 100644
--- a/libavformat/wv.c
+++ b/libavformat/wv.c
@@ -21,8 +21,9 @@
#include <stdint.h>
#include <string.h>
-#include "libavutil/common.h"
+#include "libavutil/error.h"
#include "libavutil/intreadwrite.h"
+#include "libavutil/macros.h"
#include "wv.h"