Commit 8513ed7b authored by Brad Smith's avatar Brad Smith Committed by Jean-Paul Saman

Fix compilation on other BSD Operating Systems such as OpenBSD, NetBSD and DragonFly.

Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent 7536cb28
......@@ -38,7 +38,7 @@
# include <netinet/if_ether.h>
#endif
#include <netdb.h>
#ifndef __FreeBSD__
#ifndef BSD
# include <netinet/ip.h>
#endif
#include <netinet/udp.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