summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream.c b/stream/stream.c
index e9bbbc8412..78859bc44f 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -31,7 +31,7 @@
#include <assert.h>
#include <libavutil/common.h>
-#include "compat/mpbswap.h"
+#include "osdep/mpbswap.h"
#include "talloc.h"
@@ -39,7 +39,7 @@
#include "common/common.h"
#include "common/global.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "common/msg.h"
#include "options/options.h"
#include "options/path.h"