Commit 38b6dd51 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

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

parent facce14d
......@@ -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