summaryrefslogtreecommitdiffstats
path: root/stream/stream_netstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_netstream.c')
-rw-r--r--stream/stream_netstream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/stream_netstream.c b/stream/stream_netstream.c
index a9a789eb9c..f8205ae87c 100644
--- a/stream/stream_netstream.c
+++ b/stream/stream_netstream.c
@@ -60,7 +60,8 @@
#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
#include "netstream.h"
#include "tcp.h"