Commit 7b915726 authored by Michael Niedermayer's avatar Michael Niedermayer

udp: remove resource.h inclusion, it breaks mingw compilation.

The header seems unneeded, if its needed we will put it back with appropriate #if
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 90bb2c78
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include "os_support.h" #include "os_support.h"
#include "url.h" #include "url.h"
#include <pthread.h> #include <pthread.h>
#include <sys/resource.h>
#include <sys/time.h> #include <sys/time.h>
#ifndef IPV6_ADD_MEMBERSHIP #ifndef IPV6_ADD_MEMBERSHIP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment