summaryrefslogtreecommitdiffstats
path: root/stream/stream_ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_ftp.c')
-rw-r--r--stream/stream_ftp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c
index 53b9e945d1..90ccc7b13a 100644
--- a/stream/stream_ftp.c
+++ b/stream/stream_ftp.c
@@ -32,11 +32,11 @@
#include <winsock2.h>
#endif
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#include "network.h"
#include "stream.h"
-#include "m_option.h"
-#include "m_struct.h"
+#include "core/m_option.h"
+#include "core/m_struct.h"
#include "tcp.h"
static struct stream_priv_s {