rtpdec: Don't explicitly include unistd.h any longer
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 24 Jun 2012 18:05:21 +0000 (21:05 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 29 Jun 2012 12:38:10 +0000 (15:38 +0300)
commitdfb57fc5962006cdc61a1eb13b5ef078572eecca
treeda6b3a0b03485505f18418fbb41b1ca2cc92e282
parentb92c7ee662b618518bff366af3274784fb141dde
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: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.c