Commit 8ba1a707 authored by Thierry Thomas's avatar Thierry Thomas Committed by Jean-Paul Saman

FreeBSD buildfix for examples/connect.c

parent ea6adee5
......@@ -38,7 +38,9 @@
# include <netinet/if_ether.h>
#endif
#include <netdb.h>
#include <netinet/ip.h>
#ifndef __FreeBSD__
# include <netinet/ip.h>
#endif
#include <netinet/udp.h>
#include <arpa/inet.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