bsc: Fix compilation on FreeBSD

FreeBSD uses POSIX netinet/in.h for representing socket addresses
data types.

[Holger removed the #ifdef and changed the order of includes to
have specific ones first and system includes later]
This commit is contained in:
Nikola Kolev 2014-05-08 12:44:47 +03:00 committed by Holger Hans Peter Freyther
parent abddd6aa44
commit b9f45987b3
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include <osmocom/core/write_queue.h>
#include <osmocom/core/timer.h>
#include <netinet/in.h>
struct bsc_msc_dest {
struct llist_head list;