Commit 26a42d94 authored by Jean-Paul Saman's avatar Jean-Paul Saman

example/dvbinfo: fix compilation for other BSD Operating Systems.

parent ac436a51
......@@ -45,7 +45,7 @@
# include <netinet/if_ether.h>
# endif
# include <netdb.h>
# ifndef __FreeBSD__
# ifndef BSD
# include <netinet/ip.h>
# endif
# include <netinet/udp.h>
......
......@@ -39,7 +39,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