summaryrefslogtreecommitdiffstats
path: root/stream/stream_netstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_netstream.h')
-rw-r--r--stream/stream_netstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_netstream.h b/stream/stream_netstream.h
index 3843ee938d..5d219e3a7e 100644
--- a/stream/stream_netstream.h
+++ b/stream/stream_netstream.h
@@ -33,8 +33,8 @@
#if !HAVE_WINSOCK2_H
#include <sys/socket.h>
#endif
-#include "mp_msg.h"
-#include "mpbswap.h"
+#include "core/mp_msg.h"
+#include "compat/mpbswap.h"
typedef struct mp_net_stream_packet_st {
uint16_t len;