diff options
Diffstat (limited to 'stream/rtp.c')
-rw-r--r-- | stream/rtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/rtp.c b/stream/rtp.c index f4b84fc3b4..624812a0fe 100644 --- a/stream/rtp.c +++ b/stream/rtp.c @@ -17,12 +17,12 @@ #include <netinet/in.h> #include <sys/socket.h> #include <arpa/inet.h> -#define closesocket close #else #include <winsock2.h> #include <ws2tcpip.h> #endif #include <errno.h> +#include "network.h" #include "stream.h" /* MPEG-2 TS RTP stack */ |