Commit dfb57fc5 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Martin Storsjö

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>
parent b92c7ee6
......@@ -26,7 +26,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