From b9f45987b3ca9e450e3b9ea2d009dfa127009dc7 Mon Sep 17 00:00:00 2001 From: Nikola Kolev Date: Thu, 8 May 2014 12:44:47 +0300 Subject: [PATCH] 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] --- openbsc/include/openbsc/bsc_msc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h index 0adbd266e..763bae508 100644 --- a/openbsc/include/openbsc/bsc_msc.h +++ b/openbsc/include/openbsc/bsc_msc.h @@ -25,6 +25,8 @@ #include #include +#include + struct bsc_msc_dest { struct llist_head list;