Commit 9d0bc5c0 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer

rtpdec: Don't explicitly include unistd.h any longer

unistd.h used to be required for gethostname. On windows, gethostname
is provided by winsock2.h. Now network.h includes both unistd.h and
winsock2.h if they exist.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1d4c4b0f
......@@ -27,7 +27,6 @@
#include "mpegts.h"
#include "url.h"
#include <unistd.h>
#include "network.h"
#include "rtpdec.h"
......
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