freebsd: Include netinet/in.h and hopefully fix the build

Fixes:
/usr/include/netinet/ip.h:69:17: error: field has incomplete type 'struct in_addr'
        struct  in_addr ip_src,ip_dst;  /* source and dest address */

Change-Id: I446f67b85122363de66c86ddb25c8392ffa61a4f
This commit is contained in:
Holger Hans Peter Freyther 2016-04-24 11:06:51 +02:00
parent 7ab0c0b86c
commit 072b183cd8
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <osmocom/core/talloc.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/udp.h>