Commit 1a3e18bd authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

vcd: arpa/inet.h is required for ntohl() on FreeBSD

(cherry picked from commit 38b6dd51)
Signed-off-by: default avatarDerk-Jan Hartman <hartman@videolan.org>
parent 27f49fef
......@@ -48,6 +48,9 @@
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#if defined( SYS_BSDI )
# include <dvd.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