summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/sr1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index e5e6395290..b7d6dceca1 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -24,7 +24,8 @@
#include "mpg123.h"
#include "huffman.h"
#include "mp3.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
#include "cpudetect.h"
//#include "liba52/mm_accel.h"
#include "mp_msg.h"