From patchwork Thu May 8 09:44:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikola Kolev X-Patchwork-Id: 346961 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [213.95.27.120]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9038D140088 for ; Thu, 8 May 2014 19:45:35 +1000 (EST) Received: from localhost ([127.0.0.1] helo=ganesha.gnumonks.org) by ganesha.gnumonks.org with esmtp (Exim 4.72) (envelope-from ) id 1WiKtG-0004of-96; Thu, 08 May 2014 11:45:22 +0200 Received: from 176-12-20-99.pon.spectrumnet.bg ([176.12.20.99] helo=chaosophia.net) by ganesha.gnumonks.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1WiKsk-0004oV-7l for openbsc@lists.osmocom.org; Thu, 08 May 2014 11:44:55 +0200 Received: from chaosophia.net (localhost [127.0.0.1]) by chaosophia.net (8.14.8/8.14.7) with ESMTP id s489ilu7060489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 8 May 2014 12:44:47 +0300 (EEST) (envelope-from koue@chaosophia.net) Received: (from root@localhost) by chaosophia.net (8.14.8/8.14.7/Submit) id s489ilri060488 for openbsc@lists.osmocom.org; Thu, 8 May 2014 12:44:47 +0300 (EEST) (envelope-from koue) From: Nikola Kolev To: openbsc@lists.osmocom.org Subject: [PATCH 1/2] FreeBSD uses POSIX netinet/in.h for representing socket addresses data types. Date: Thu, 8 May 2014 12:44:47 +0300 Message-Id: <1399542287-60444-1-git-send-email-koue@chaosophia.net> X-Mailer: git-send-email 1.9.2 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on chaosophia.net X-Spam-Score: 2.7 (++) X-Spam-Report: SpamASsassin versoin 3.3.1 on ganesha.gnumonks.org summary: Content analysis details: (2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.1 TVD_RCVD_IP TVD_RCVD_IP 1.3 RCVD_IN_RP_RNBL RBL: Relay in RNBL, https://senderscore.org/blacklistlookup/ [176.12.20.99 listed in bl.score.senderscore.com] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 TO_NO_BRKTS_DYNIP TO_NO_BRKTS_DYNIP X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development of the OpenBSC GSM base station controller List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: openbsc-bounces@lists.osmocom.org Errors-To: openbsc-bounces@lists.osmocom.org --- openbsc/include/openbsc/bsc_msc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h index 0adbd26..ee867af 100644 --- a/openbsc/include/openbsc/bsc_msc.h +++ b/openbsc/include/openbsc/bsc_msc.h @@ -22,6 +22,10 @@ #ifndef BSC_MSC_H #define BSC_MSC_H +#ifdef __FreeBSD__ +#include +#endif + #include #include