summaryrefslogtreecommitdiffstats
path: root/TOOLS/netstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/netstream.c')
-rw-r--r--TOOLS/netstream.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c
index 0009f673f6..8bc09b9a9d 100644
--- a/TOOLS/netstream.c
+++ b/TOOLS/netstream.c
@@ -44,7 +44,7 @@
#include "mpbswap.h"
/// Netstream packets def and some helpers
-#include "stream/netstream.h"
+#include "stream/stream_netstream.h"
// linking hacks
char *info_name;
@@ -59,11 +59,6 @@ char* out_filename = NULL;
char* force_fourcc=NULL;
char* passtmpfile="divx2pass.log";
-#ifdef __MINGW32__
-#define usleep sleep
-void strsep() {};
-#endif
-
static unsigned short int port = 10000;
typedef struct client_st client_t;