summaryrefslogtreecommitdiffstats
path: root/stream/stream_cdda.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cdda.c')
-rw-r--r--stream/stream_cdda.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index 081667c819..8333acc618 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -3,7 +3,8 @@
#include "stream.h"
#include "m_option.h"
#include "m_struct.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
#include <stdio.h>
#include <stdlib.h>